mirror of
https://github.com/YunoHost-Apps/wireguard_ynh.git
synced 2024-09-03 20:35:58 +02:00
Use backports repo key also in restore
This commit is contained in:
parent
b58e5efec7
commit
927ee7b3ed
1 changed files with 3 additions and 0 deletions
|
@ -88,6 +88,9 @@ ynh_script_progression --message="Reinstalling dependencies..." --weight=5
|
|||
|
||||
# Define and install dependencies
|
||||
|
||||
# Add buster-backports gpg key
|
||||
ynh_install_repo_gpg --key="https://ftp-master.debian.org/keys/archive-key-10.asc" --name="$app"
|
||||
|
||||
#Add buster-backports repo
|
||||
ynh_add_repo --uri="http://deb.debian.org/debian" --suite="buster-backports" --component="main" --name="$app"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue