From 49929c22951defc99bc961db4755b41b13e4d8c7 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Holcroft Date: Fri, 10 Aug 2018 17:29:21 +0200 Subject: [PATCH] Make sure we have the same dependencies --- scripts/install | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 9e95ba5..bfb9945 100644 --- a/scripts/install +++ b/scripts/install @@ -98,7 +98,7 @@ ynh_mysql_create_db "$db_name" "$db_user" "$db_pwd" #================================================= # Install packages -ynh_install_app_dependencies php5-gd php5-curl php5-imagick php5-cli php5-zmq +ynh_install_app_dependencies php-gd php-curl php-imagick php-cli php-zmq #================================================= # DOWNLOAD, CHECK AND UNPACK SOURCE diff --git a/scripts/upgrade b/scripts/upgrade index 4f13db0..b855f53 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -65,7 +65,7 @@ path_url=$(ynh_normalize_url_path $path_url) #================================================= # Since Movim 0.13, zmq is required -ynh_install_app_dependencies php5-zmq +ynh_install_app_dependencies php-gd php-curl php-imagick php-cli php-zmq #================================================= # DOWNLOAD, CHECK AND UNPACK SOURCE