mirror of
https://github.com/YunoHost-Apps/horde_ynh.git
synced 2024-09-03 19:16:08 +02:00
Fix dependances
This commit is contained in:
parent
e2be6fb0b4
commit
fc86477bcb
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ gollem_data_dir="/home/yunohost.app/$app"
|
|||
#=================================================
|
||||
|
||||
install_dependance() {
|
||||
ynh_install_app_dependencies php-pear expect 'php5-imagick|php-imagick' 'php5-tidy|php-tidy'
|
||||
ynh_install_app_dependencies php-pear expect 'php5-imagick|php-imagick' 'php5-tidy|php-tidy' php-bcmath
|
||||
}
|
||||
|
||||
patch_app() {
|
||||
|
@ -96,4 +96,4 @@ set_permission() {
|
|||
chown -R www-data:$app $gollem_data_dir
|
||||
chmod u=rwX,g=rwX,o= -R $final_path
|
||||
chmod u=rwX,g=rwX,o= -R $gollem_data_dir
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue