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