We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffc8dd9 commit 5d421c2Copy full SHA for 5d421c2
build.sh
@@ -47,7 +47,7 @@ if [ ! -d "$SCRIPT_DIR/.dotnet" ]; then
47
mkdir "$SCRIPT_DIR/.dotnet"
48
fi
49
curl -Lsfo "$SCRIPT_DIR/.dotnet/dotnet-install.sh" https://dot.net/v1/dotnet-install.sh
50
-sudo bash "$SCRIPT_DIR/.dotnet/dotnet-install.sh" --version 2.1.503 --install-dir .dotnet --no-path
+bash "$SCRIPT_DIR/.dotnet/dotnet-install.sh" --version 2.1.503 --install-dir .dotnet --no-path
51
export PATH="$SCRIPT_DIR/.dotnet":$PATH
52
export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
53
export DOTNET_CLI_TELEMETRY_OPTOUT=1
0 commit comments