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