mirror of
https://github.com/YunoHost-Apps/wireguard_ynh.git
synced 2024-09-03 20:35:58 +02:00
Appease linter about ynh_install_app_dependencies
This commit is contained in:
parent
5e1dc05032
commit
41fe61cf21
3 changed files with 3 additions and 3 deletions
|
@ -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
|
# Update the list of package with the new repo
|
||||||
ynh_package_update
|
ynh_package_update
|
||||||
|
|
||||||
ynh_add_app_dependencies --package="$pkg_dependencies"
|
ynh_install_app_dependencies --package="$pkg_dependencies"
|
||||||
|
|
||||||
# Remove buster-backports repo and pin-priority
|
# Remove buster-backports repo and pin-priority
|
||||||
ynh_remove_extra_repo --name=$app
|
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
|
# Update the list of package with the new repo
|
||||||
ynh_package_update
|
ynh_package_update
|
||||||
|
|
||||||
ynh_add_app_dependencies --package="$pkg_dependencies"
|
ynh_install_app_dependencies --package="$pkg_dependencies"
|
||||||
|
|
||||||
#Remove buster-backports repo and pin-priority
|
#Remove buster-backports repo and pin-priority
|
||||||
ynh_remove_extra_repo --name=$app
|
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
|
# Update the list of package with the new repo
|
||||||
ynh_package_update
|
ynh_package_update
|
||||||
|
|
||||||
ynh_add_app_dependencies --package="$pkg_dependencies"
|
ynh_install_app_dependencies --package="$pkg_dependencies"
|
||||||
|
|
||||||
# Remove buster-backports repo and pin-priority
|
# Remove buster-backports repo and pin-priority
|
||||||
ynh_remove_extra_repo --name=$app
|
ynh_remove_extra_repo --name=$app
|
||||||
|
|
Loading…
Add table
Reference in a new issue