1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-17 03:53:07 +01:00

Merge pull request #2026 from xperia64/develop

Use wget to get orctlibs.zip in install.sh
This commit is contained in:
Ted John
2015-10-07 12:10:00 +01:00

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