From 69d8b4cbc2b7f7122b640541fbf00b74be2f9d5f Mon Sep 17 00:00:00 2001 From: frju365 Date: Mon, 20 Aug 2018 20:54:56 +0200 Subject: [PATCH] [fix] dependencies --- scripts/install | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/scripts/install b/scripts/install index 51a8e79..93ec761 100644 --- a/scripts/install +++ b/scripts/install @@ -80,6 +80,13 @@ ynh_psql_test_if_first_run ynh_psql_create_user $app $db_pwd ynh_psql_execute_as_root \ "CREATE DATABASE $db_name ENCODING 'UTF8' LC_COLLATE='C' LC_CTYPE='C' template=template0 OWNER $app;" + +#================================================= +# Install dependencies +#================================================= + +ynh_install_app_dependencies $pkg_dependencies + #================================================= # DOWNLOAD, CHECK AND UNPACK SOURCE #=================================================