We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62abb22 commit e1448f4Copy full SHA for e1448f4
builds/Makefile
@@ -62,7 +62,6 @@ DOTNET_DOWNLOAD_URL?=https://raw.githubusercontent.com/dotnet/install-scripts/d4
62
DOTNET_DOWNLOAD_URL?=https://dot.net/v1/dotnet-install.sh
63
64
dotnet-install.sh: Makefile
65
- $(Q) echo "Downloading dotnet-install.sh from $(DOTNET_DOWNLOAD_URL) into $@."
66
$(Q) $(CURL_RETRY) $(DOTNET_DOWNLOAD_URL) --output $@.tmp
67
$(Q) chmod +x $@.tmp
68
$(Q) mv $@.tmp $@
0 commit comments