From 48bd657d121e57c1fc02fa451dd55be237c8712a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment?= Date: Sat, 21 Jul 2018 10:35:49 +0200 Subject: [PATCH] add missing dependencies --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index af99ac3..e74d620 100644 --- a/scripts/install +++ b/scripts/install @@ -62,7 +62,7 @@ ynh_app_setting_set "$app" is_public "$is_public" # INSTALL DEPENDENCIES #================================================= -pkg_dependencies=php5-gd +pkg_dependencies="php-gd php-dom php-mbstring" if [ "$(lsb_release --codename --short)" != "jessie" ]; then pkg_dependencies="$pkg_dependencies php-zip" fi