From 874397e6a2ae32a8a699bf4b977a12a22779dcbb Mon Sep 17 00:00:00 2001 From: Sergio Duran Date: Tue, 6 Jan 2015 22:02:26 -0600 Subject: [PATCH] Some tweaks to the setup script. --- setup.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.sh b/setup.sh index d30dc0c..edfc5c8 100755 --- a/setup.sh +++ b/setup.sh @@ -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