mirror of
https://github.com/YunoHost-Apps/wireguard_ynh.git
synced 2024-09-03 20:35:58 +02:00
build: set extra repo priotity to -1
This commit is contained in:
parent
ffe90adfc3
commit
1eefdce409
1 changed files with 5 additions and 1 deletions
|
@ -75,7 +75,11 @@ ynh_exec_warn_less yunohost firewall allow --no-upnp UDP $port_wg
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Installing dependencies..." --weight=7
|
ynh_script_progression --message="Installing dependencies..." --weight=7
|
||||||
|
|
||||||
ynh_install_extra_app_dependencies --repo="http://deb.debian.org/debian buster-backports main" --package="$pkg_dependencies"
|
ynh_install_extra_repo --repo="http://deb.debian.org/debian buster-backports main"--priority=-1 --name=$app
|
||||||
|
|
||||||
|
ynh_add_app_dependencies --package="$pkg_dependencies"
|
||||||
|
|
||||||
|
ynh_remove_extra_repo --name=$app
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# DOWNLOAD, CHECK AND UNPACK SOURCE
|
# DOWNLOAD, CHECK AND UNPACK SOURCE
|
||||||
|
|
Loading…
Add table
Reference in a new issue