From a2edeeed07f311df14faedfaacc556822201ee21 Mon Sep 17 00:00:00 2001 From: Scion Date: Sun, 12 Mar 2023 18:07:32 -0700 Subject: [PATCH] fix --- unity-command/install-dotnet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unity-command/install-dotnet.sh b/unity-command/install-dotnet.sh index 1b20a11..b018f80 100644 --- a/unity-command/install-dotnet.sh +++ b/unity-command/install-dotnet.sh @@ -10,4 +10,4 @@ apt update apt install -y dotnet-sdk-6.0 #For UnityBuilder -apt install -y chromium \ No newline at end of file +apt install -y chromium-browser \ No newline at end of file