From 8235d2c0f1fb63ce6ae1d425c32a6384aef8645a Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 15 Jul 2020 18:15:53 +0200 Subject: [PATCH] Revert "Update install" This reverts commit c90fc7f23f8e899d7e3271c6727a56db8c18df41. --- scripts/install | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/scripts/install b/scripts/install index 71b2f0b..e7e7fdd 100644 --- a/scripts/install +++ b/scripts/install @@ -47,6 +47,13 @@ ynh_app_setting_set --app=$app --key=path --value=$path_url ynh_app_setting_set --app=$app --key=is_public --value=$is_public ynh_app_setting_set --app=$app --key=root_access --value=$root_access +#================================================= +# INSTALL DEPENDENCIES +#================================================= +ynh_script_progression --message="Installing dependencies..." --weight=3 + +ynh_install_app_dependencies $pkg_dependencies + #================================================= # DOWNLOAD, CHECK AND UNPACK SOURCE #=================================================