From 41fe61cf21b00ad323d2f94aeaab5bba3a0d40b7 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Wed, 22 Dec 2021 15:18:28 +0100 Subject: [PATCH] Appease linter about ynh_install_app_dependencies --- 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 05f904e..ddbd95a 100644 --- a/scripts/install +++ b/scripts/install @@ -87,7 +87,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_add_app_dependencies --package="$pkg_dependencies" +ynh_install_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 e9787ad..d14aa61 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_add_app_dependencies --package="$pkg_dependencies" +ynh_install_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 9819b7d..3412c47 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_add_app_dependencies --package="$pkg_dependencies" +ynh_install_app_dependencies --package="$pkg_dependencies" # Remove buster-backports repo and pin-priority ynh_remove_extra_repo --name=$app