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