mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +00:00
[macOS] Update dotnet-install.sh download link (#5302)
* [macOS] Update dotnet-install.sh download link * remove space in url
This commit is contained in:
committed by
GitHub
parent
b1fae5fe50
commit
d1a2a0f134
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user