Browse Source

Tell curl to follow a redirect when DLing gameplay-deps

Ithai Levi 12 years ago
parent
commit
520a84e51b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      install.sh

+ 1 - 1
install.sh

@@ -13,7 +13,7 @@ prefix=https://github.com/blackberry/GamePlay/releases/download/v1.7.0
 filename=gameplay-deps
 
 echo Downloading $filename.zip from $prefix...
-curl -# -O $prefix/$filename.zip
+curl -# -O -L $prefix/$filename.zip
 echo Extracting $filename.zip... please standby...
 unzip -q $filename.zip
 echo Cleaning up...