From bc8de61cc4d6f9db447bb62381a3a00a38bb6125 Mon Sep 17 00:00:00 2001 From: lapineige Date: Sun, 5 Feb 2023 13:08:05 +0100 Subject: [PATCH] cleanup --- scripts/install | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/scripts/install b/scripts/install index 76f07e8..2e0a417 100644 --- a/scripts/install +++ b/scripts/install @@ -99,18 +99,9 @@ ynh_app_setting_set --app=$app --key=port --value=$port #================================================= ynh_script_progression --message="Installing dependencies..." --weight=1 -### `ynh_install_app_dependencies` allows you to add any "apt" dependencies to the package. -### Those deb packages will be installed as dependencies of this package. -### If you're not using this helper: -### - Remove the section "REMOVE DEPENDENCIES" in the remove script -### - Remove the variable "pkg_dependencies" in _common.sh -### - As well as the section "REINSTALL DEPENDENCIES" in the restore script -### - And the section "UPGRADE DEPENDENCIES" in the upgrade script - ynh_install_app_dependencies $pkg_dependencies -# FIXME: We need a better way to do this -ynh_script_progression --message="Installing extra dependencies…" --weight=1 +# ynh_script_progression --message="Installing extra dependencies…" --weight=1 #================================================= # CREATE DEDICATED USER