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:
parent
da3ae78c17
commit
7602e9b19d
1 changed files with 3 additions and 0 deletions
|
@ -44,6 +44,9 @@ sudo unzip $parent_path/master.zip -d $parent_path/
|
||||||
sudo rm $parent_path/master.zip
|
sudo rm $parent_path/master.zip
|
||||||
sudo mv $parent_path/BoZoN-master $parent_path/$app
|
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
|
# copy files to final folder and set permissions
|
||||||
sudo find $final_path -type f -name ".htaccess" | xargs sudo rm
|
sudo find $final_path -type f -name ".htaccess" | xargs sudo rm
|
||||||
sudo chown -R root: $final_path
|
sudo chown -R root: $final_path
|
||||||
|
|
Loading…
Reference in a new issue