diff --git a/install.sh b/install.sh index bbf8020467..831a68bed4 100755 --- a/install.sh +++ b/install.sh @@ -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