From c4ac90389743792bd6bcc851970c615074e8b744 Mon Sep 17 00:00:00 2001 From: Kayou Date: Sun, 31 Mar 2019 17:55:15 +0200 Subject: [PATCH] Fix the helper 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 aa4dc02..c3e851a 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -161,7 +161,7 @@ ynh_install_extra_repo () { else local key_ext=gpg fi - wget -q "$key" -O - | gpg --dearmor | $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