From 7602e9b19df25d4b11e7827e3dc4a6f616731e18 Mon Sep 17 00:00:00 2001 From: ewilly Date: Wed, 6 Apr 2016 20:22:44 +0200 Subject: [PATCH] Fix issue 2 --- scripts/install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/install b/scripts/install index c68fe8b..88350fc 100644 --- a/scripts/install +++ b/scripts/install @@ -44,6 +44,9 @@ sudo unzip $parent_path/master.zip -d $parent_path/ sudo rm $parent_path/master.zip sudo mv $parent_path/BoZoN-master $parent_path/$app +# add required packages +sudo apt-get install php5-curl php5-gd + # copy files to final folder and set permissions sudo find $final_path -type f -name ".htaccess" | xargs sudo rm sudo chown -R root: $final_path