diff --git a/scripts/_common.sh b/scripts/_common.sh index cd7a707..40e43e8 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -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 -} \ No newline at end of file +}