From 52871ca3a6c94fa99165fada58838f8f77f5112e Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 6 Jul 2021 10:58:28 +0200 Subject: [PATCH] Update install --- scripts/install | 7 ------- 1 file changed, 7 deletions(-) diff --git a/scripts/install b/scripts/install index 921d3ed..3d25432 100644 --- a/scripts/install +++ b/scripts/install @@ -49,13 +49,6 @@ ynh_script_progression --message="Storing installation settings..." --time --wei ynh_app_setting_set --app=$app --key=domain --value=$domain ynh_app_setting_set --app=$app --key=path --value=$path_url -#================================================= -# INSTALL DEPENDENCIES -#================================================= -ynh_script_progression --message="Installing dependencies..." --time --weight=1 - -ynh_install_app_dependencies $pkg_dependencies - #================================================= # CREATE DEDICATED USER #=================================================