From d1a2a0f1343a1844d8691f16e050db589e275559 Mon Sep 17 00:00:00 2001 From: Aleksandr Chebotov <47745270+al-cheb@users.noreply.github.com> Date: Wed, 30 Mar 2022 10:29:25 +0200 Subject: [PATCH] [macOS] Update dotnet-install.sh download link (#5302) * [macOS] Update dotnet-install.sh download link * remove space in url --- images/macos/provision/core/dotnet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/macos/provision/core/dotnet.sh b/images/macos/provision/core/dotnet.sh index 1dad1c91..c00a3460 100755 --- a/images/macos/provision/core/dotnet.sh +++ b/images/macos/provision/core/dotnet.sh @@ -11,7 +11,7 @@ source ~/utils/utils.sh export DOTNET_CLI_TELEMETRY_OPTOUT=1 # Download installer from dot.net and keep it locally -DOTNET_INSTALL_SCRIPT="https://dotnet.microsoft.com/download/dotnet-core/scripts/v1/dotnet-install.sh" +DOTNET_INSTALL_SCRIPT="https://dot.net/v1/dotnet-install.sh" curl -L -o "dotnet-install.sh" "$DOTNET_INSTALL_SCRIPT" chmod +x ./dotnet-install.sh