From d6006899e254fa5e21fe9c0e810fa31b10a68b97 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sun, 31 Mar 2019 18:13:28 +0200 Subject: [PATCH] Fix bug generated by ynh_install_extra_repo --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index f467f6e0..8e0bc493 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -349,7 +349,7 @@ ynh_install_extra_repo () { else local key_ext=gpg fi - wget -q "$key" -O - | $wget_append /etc/apt/trusted.gpg.d/$name.$key_ext + wget -q "$key" -O - | gpg --dearmor | $wget_append /etc/apt/trusted.gpg.d/$name.$key_ext > /dev/null fi # Update the list of package with the new repo