From 20ecc320aa985ec3a9b84c13fbb8f5fcd3c00bcb Mon Sep 17 00:00:00 2001 From: tituspijean Date: Wed, 22 Dec 2021 17:24:56 +0100 Subject: [PATCH] Revert "Appease linter about ynh_install_app_dependencies" This reverts commit 41fe61cf21b00ad323d2f94aeaab5bba3a0d40b7. --- scripts/install | 2 +- scripts/restore | 2 +- scripts/upgrade | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index c7c51fe..bf40673 100644 --- a/scripts/install +++ b/scripts/install @@ -88,7 +88,7 @@ ynh_pin_repo --package="wireguard*" --pin="origin deb http://deb.debian.org/debi # Update the list of package with the new repo ynh_package_update -ynh_install_app_dependencies --package="$pkg_dependencies" +ynh_add_app_dependencies --package="$pkg_dependencies" # Remove buster-backports repo and pin-priority ynh_remove_extra_repo --name=$app diff --git a/scripts/restore b/scripts/restore index d14aa61..e9787ad 100644 --- a/scripts/restore +++ b/scripts/restore @@ -99,7 +99,7 @@ ynh_pin_repo --package="wireguard*" --pin="origin deb http://deb.debian.org/debi # Update the list of package with the new repo ynh_package_update -ynh_install_app_dependencies --package="$pkg_dependencies" +ynh_add_app_dependencies --package="$pkg_dependencies" #Remove buster-backports repo and pin-priority ynh_remove_extra_repo --name=$app diff --git a/scripts/upgrade b/scripts/upgrade index dc40a67..2057243 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -157,7 +157,7 @@ ynh_pin_repo --package="wireguard*" --pin="origin deb http://deb.debian.org/debi # Update the list of package with the new repo ynh_package_update -ynh_install_app_dependencies --package="$pkg_dependencies" +ynh_add_app_dependencies --package="$pkg_dependencies" # Remove buster-backports repo and pin-priority ynh_remove_extra_repo --name=$app