diff --git a/images/macos/provision/core/dotnet.sh b/images/macos/provision/core/dotnet.sh index 8e86c564..f9fea237 100755 --- a/images/macos/provision/core/dotnet.sh +++ b/images/macos/provision/core/dotnet.sh @@ -14,7 +14,7 @@ arch=$(get_arch) # Download installer from dot.net and keep it locally DOTNET_INSTALL_SCRIPT="https://dot.net/v1/dotnet-install.sh" -curl -fsSL -o "dotnet-install.sh" "$DOTNET_INSTALL_SCRIPT" +download_with_retries $DOTNET_INSTALL_SCRIPT . chmod +x ./dotnet-install.sh ARGS_LIST=()