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
commit 03c054b072
1 changed files with 1 additions and 1 deletions

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