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

Upload limit #4 (fix bc installation)

This commit is contained in:
ewilly 2016-04-16 20:13:14 +02:00
parent 3d88020caf
commit 53507c30a7

View file

@ -46,7 +46,7 @@ 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 # add required packages
sudo apt-get install php5-curl php5-gd sudo apt-get install php5-curl php5-gd bc
# 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