mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-24 00:03:11 +01:00
Use wget to get orctlibs.zip
This commit is contained in:
@@ -47,7 +47,7 @@ function download_sdl {
|
|||||||
|
|
||||||
function download_libs {
|
function download_libs {
|
||||||
if [[ ! -f $cachedir/orctlibs.zip ]]; then
|
if [[ ! -f $cachedir/orctlibs.zip ]]; then
|
||||||
curl $liburl -o $cachedir/orctlibs.zip;
|
wget $liburl -O $cachedir/orctlibs.zip;
|
||||||
fi
|
fi
|
||||||
if [[ ! -d $cachedir/orctlibs ]]; then
|
if [[ ! -d $cachedir/orctlibs ]]; then
|
||||||
mkdir -p $cachedir/orctlibs
|
mkdir -p $cachedir/orctlibs
|
||||||
|
|||||||
Reference in New Issue
Block a user