1
0
Fork 0
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:
tituspijean 2021-12-22 15:18:28 +01:00
parent 5e1dc05032
commit 41fe61cf21
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720
3 changed files with 3 additions and 3 deletions

View file

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

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

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