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:
parent
3d88020caf
commit
53507c30a7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue