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:
parent
4699d171b1
commit
f6fad7ff00
2
build.sh
2
build.sh
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user