1
0
Fork 0
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:
tituspijean 2021-03-21 14:51:49 +01:00
parent b58e5efec7
commit 927ee7b3ed

View file

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