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:
parent
bdae85a4d9
commit
20ecc320aa
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue