From 9124d0257a25c6a9a8cfebca6f382c6f6319c963 Mon Sep 17 00:00:00 2001 From: xperia64 Date: Sat, 3 Oct 2015 22:36:47 -0400 Subject: [PATCH] Use wget to get orctlibs.zip --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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