2
0
mirror of https://github.com/hirschmann/nbfc synced 2025-08-22 09:57:09 +00:00

Use curl instead of wget since the mono docker image does not have it. (#710)

This commit is contained in:
nicber 2019-07-11 16:52:42 -03:00 committed by Stefan Hirschmann
parent 4699d171b1
commit f6fad7ff00

View File

@ -3,7 +3,7 @@
NUGET_URL="https://dist.nuget.org/win-x86-commandline/latest/nuget.exe" NUGET_URL="https://dist.nuget.org/win-x86-commandline/latest/nuget.exe"
function download-nuget { function download-nuget {
wget $NUGET_URL curl -O $NUGET_URL
# import Mozilla trusted root certificates into mono certificates store # import Mozilla trusted root certificates into mono certificates store