From f6fad7ff00d26b36ca55e947b6c5be20b04b2b28 Mon Sep 17 00:00:00 2001 From: nicber Date: Thu, 11 Jul 2019 16:52:42 -0300 Subject: [PATCH] Use curl instead of wget since the mono docker image does not have it. (#710) --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index b270689..10f8040 100755 --- a/build.sh +++ b/build.sh @@ -3,7 +3,7 @@ NUGET_URL="https://dist.nuget.org/win-x86-commandline/latest/nuget.exe" function download-nuget { - wget $NUGET_URL + curl -O $NUGET_URL # import Mozilla trusted root certificates into mono certificates store