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