From e3b2db632cfe406ffe9216c74f67deab43bed363 Mon Sep 17 00:00:00 2001 From: Emile Date: Wed, 30 Aug 2017 10:15:48 +0200 Subject: [PATCH] -qq arg before stdin in apt-key command --- install_yunohost | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_yunohost b/install_yunohost index b48deff..30f0c34 100755 --- a/install_yunohost +++ b/install_yunohost @@ -204,7 +204,7 @@ setup_package_source() { fi # Add YunoHost repository key to the keyring - wget -O- https://repo.yunohost.org/yunohost.asc -q | apt-key add - -qq > /dev/null + wget -O- https://repo.yunohost.org/yunohost.asc -q | apt-key add -qq - > /dev/null } apt_update() {