From 0d91a723b4357c052fa9c58ef67cb01218c1dad9 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 28 Mar 2019 23:12:52 +0100 Subject: [PATCH] moving dependencies --- scripts/_common.sh | 2 +- scripts/install | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index ecdc29c8..0036dc16 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # dependencies used by the app -pkg_dependencies="deb1 deb2" +pkg_dependencies="php7.1 php7.1-fpm php7.1-mbstring postgresql redis-server" #================================================= # PERSONAL HELPERS diff --git a/scripts/install b/scripts/install index 1bc16018..4c223e9d 100644 --- a/scripts/install +++ b/scripts/install @@ -55,7 +55,7 @@ ynh_print_info "Installing dependencies..." ynh_install_php7 -ynh_install_app_dependencies php7.1 php7.1-fpm php7.1-mbstring postgresql redis-server +ynh_install_app_dependencies $pkg_dependencies #================================================= # CREATE A POSTGRESQL DATABASE