From 576ffc1ca5eee8a95460ae3b87a40a80d28a60f0 Mon Sep 17 00:00:00 2001 From: Stylix58 <63605602+Stylix58@users.noreply.github.com> Date: Sat, 20 Mar 2021 07:12:50 +0100 Subject: [PATCH] Update install --- scripts/install | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/scripts/install b/scripts/install index 740ec07..eb1c957 100755 --- a/scripts/install +++ b/scripts/install @@ -89,21 +89,6 @@ ynh_app_setting_set --app=$app --key=port --value=$port # ynh_script_progression --message="Configuring firewall..." --time --weight=1 # ynh_exec_warn_less yunohost firewall allow --no-upnp TCP $port -#================================================= -# INSTALL DEPENDENCIES -#================================================= -ynh_script_progression --message="Installing dependencies..." --time --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 - #================================================= # DOWNLOAD, CHECK AND UNPACK SOURCE #=================================================