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