1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-23 15:52:55 +01:00

Use wget to get orctlibs.zip

This commit is contained in:
xperia64
2015-10-03 22:36:47 -04:00
parent c1ecf3c531
commit 9124d0257a

View File

@@ -47,7 +47,7 @@ function download_sdl {
function download_libs {
if [[ ! -f $cachedir/orctlibs.zip ]]; then
curl $liburl -o $cachedir/orctlibs.zip;
wget $liburl -O $cachedir/orctlibs.zip;
fi
if [[ ! -d $cachedir/orctlibs ]]; then
mkdir -p $cachedir/orctlibs