From fb56ec77d5de283d9350d651d06945173b005005 Mon Sep 17 00:00:00 2001 From: liberodark Date: Mon, 29 Jul 2019 20:36:47 +0200 Subject: [PATCH] try php 7.0 --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index de03724..a796f68 100644 --- a/scripts/install +++ b/scripts/install @@ -72,7 +72,7 @@ ynh_app_setting_set $app is_public $is_public ynh_print_info "Installing dependencies..." -ynh_install_app_dependencies openssl curl mysql-client mysql-server php7.0-fpm php7.0-cli php7.0-curl php7.0-mysql +ynh_install_app_dependencies php7.0-fpm php7.0-cli php7.0-curl php7.0-mysql php7.0-ldap php7.0-mbstring php7.0-tidy php7.0-xml php7.0-zip php7.0-gd php7.0-mysql ## Start php7 systemctl enable php7.0-fpm