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

[fix] use proper backports repository

This commit is contained in:
tituspijean 2020-10-11 16:35:19 +02:00
parent 781097d766
commit d52f7365f8
3 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@
#=================================================
# dependencies used by the app
pkg_dependencies="wireguard wireguard-tools"
pkg_dependencies="wireguard"
#=================================================
# PERSONAL HELPERS

View file

@ -73,7 +73,7 @@ ynh_exec_warn_less yunohost firewall allow --no-upnp UDP $port_wg
#=================================================
ynh_script_progression --message="Installing dependencies..." --time --weight=1
ynh_install_extra_app_dependencies --repo="http://http.debian.net/debian buster-backports main" --package="$pkg_dependencies"
ynh_install_extra_app_dependencies --repo="http://deb.debian.org/debian buster-backports main" --package="$pkg_dependencies"
#=================================================
# DOWNLOAD, CHECK AND UNPACK SOURCE

View file

@ -93,7 +93,7 @@ ynh_add_nginx_config
#=================================================
ynh_script_progression --message="Upgrading dependencies..." --time --weight=1
ynh_install_extra_app_dependencies --repo="http://http.debian.net/debian buster-backports main" --package="$pkg_dependencies"
ynh_install_extra_app_dependencies --repo="http://deb.debian.org/debian buster-backports main" --package="$pkg_dependencies"
#=================================================
# CREATE DEDICATED USER