Skip to content

Commit

Permalink
Some tweaks to the setup script.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheco committed Jan 7, 2015
1 parent c8e295e commit 874397e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ cd "$BASE_PATH"
if [ ! -e master.zip ]
then
echo "Downloading game source and data files..."
wget -q https://github.com/CleverRaven/Cataclysm-DDA/archive/master.zip
curl -LOs https://github.com/CleverRaven/Cataclysm-DDA/archive/master.zip
fi

unzip master.zip
echo "Unzipping..."
unzip -qo master.zip

# download php dependencies
composer -d=src install
Expand Down

0 comments on commit 874397e

Please sign in to comment.