1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wireguard_ynh.git synced 2024-09-03 20:35:58 +02:00

Revert "Appease linter about ynh_install_app_dependencies"

This reverts commit 41fe61cf21.
This commit is contained in:
tituspijean 2021-12-22 17:24:56 +01:00
parent bdae85a4d9
commit 20ecc320aa
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -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