From 1cdb9ea1619c6acaaa90bae88b5c4bed5084a2a7 Mon Sep 17 00:00:00 2001 From: Jimmy Monin Date: Mon, 14 May 2018 19:37:40 +0200 Subject: [PATCH] Fix Debian Stretch dependencies by installing php-apcu, php-mbstring and php-xml --- scripts/_common.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 7a7b3b9..d66bfad 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -6,7 +6,7 @@ pkg_dependencies="php5-gd php5-json php5-intl php5-mcrypt php5-curl php5-apcu php5-redis php5-ldap php5-imagick imagemagick acl tar smbclient" if [ "$(lsb_release --codename --short)" != "jessie" ]; then - pkg_dependencies="$pkg_dependencies php-zip" + pkg_dependencies="$pkg_dependencies php-zip php-apcu php-mbstring php-xml" fi #================================================= @@ -139,7 +139,7 @@ ynh_handle_app_migration () { fi #================================================= - # CHECK IF IT HAS TO MIGRATE + # CHECK IF IT HAS TO MIGRATE #================================================= migration_process=0 @@ -209,7 +209,7 @@ ynh_handle_app_migration () { new_label=$(echo $new_app_id | cut -c1 | tr [:lower:] [:upper:])$(echo $new_app_id | cut -c2-) ynh_app_setting_set $new_app label $new_label fi - + #================================================= # MOVE FILES TO THE NEW DESTINATION #=================================================