Skip to content

Commit

Permalink
Merge pull request #118 from ubclaunchpad/cheukyin699/#117-curling
Browse files Browse the repository at this point in the history
Use curl instead of wget
  • Loading branch information
Cheuk Yin Ng authored Mar 21, 2020
2 parents 39350bd + 006e695 commit 40bc40f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Empty file modified scripts/app_deploy.sh
100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions scripts/unity_fetch.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -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/
cp -r temp/ubcsim2-minigames${release}/* public/unity/

0 comments on commit 40bc40f

Please sign in to comment.