diff --git a/scripts/app_deploy.sh b/scripts/app_deploy.sh old mode 100644 new mode 100755 diff --git a/scripts/unity_fetch.sh b/scripts/unity_fetch.sh old mode 100644 new mode 100755 index 5eb9eab..12aa626 --- a/scripts/unity_fetch.sh +++ b/scripts/unity_fetch.sh @@ -9,6 +9,6 @@ rm -rf temp rm -rf public/unity mkdir temp mkdir public/unity -wget ${binary_location} -O temp/unity.zip +curl -L0 ${binary_location} > temp/unity.zip unzip temp/unity.zip -d temp -cp -r temp/ubcsim2-minigames${release}/* public/unity/ \ No newline at end of file +cp -r temp/ubcsim2-minigames${release}/* public/unity/