Skip to content

Commit f6fad7f

Browse files
nicberhirschmann
authored andcommitted
Use curl instead of wget since the mono docker image does not have it. (hirschmann#710)
1 parent 4699d17 commit f6fad7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
NUGET_URL="https://dist.nuget.org/win-x86-commandline/latest/nuget.exe"
44

55
function download-nuget {
6-
wget $NUGET_URL
6+
curl -O $NUGET_URL
77

88
# import Mozilla trusted root certificates into mono certificates store
99

0 commit comments

Comments
 (0)