1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bozon_ynh.git synced 2024-09-03 18:16:09 +02:00

Fix issue 2

This commit is contained in:
ewilly 2016-04-06 20:22:44 +02:00
parent da3ae78c17
commit 7602e9b19d

View file

@ -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