From fc86477bcb3295ed1b0f25e3bb16b916e688f0d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Tue, 14 May 2019 21:46:30 +0200 Subject: [PATCH] Fix dependances --- scripts/_common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}