[macOS] Update dotnet-install.sh download link (#5302)

* [macOS] Update dotnet-install.sh download link

* remove space in url
This commit is contained in:
Aleksandr Chebotov
2022-03-30 10:29:25 +02:00
committed by GitHub
parent b1fae5fe50
commit d1a2a0f134

View File

@@ -11,7 +11,7 @@ source ~/utils/utils.sh
export DOTNET_CLI_TELEMETRY_OPTOUT=1 export DOTNET_CLI_TELEMETRY_OPTOUT=1
# Download installer from dot.net and keep it locally # 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" curl -L -o "dotnet-install.sh" "$DOTNET_INSTALL_SCRIPT"
chmod +x ./dotnet-install.sh chmod +x ./dotnet-install.sh