From 5b44c2f9af4ba75068489f3bd541a97fd5e291cb Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Fri, 22 Sep 2017 21:46:28 +0200 Subject: [PATCH] Hide annoying warning about apt-key :( --- install_yunohost | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_yunohost b/install_yunohost index a0ab2ca..ae2fca4 100755 --- a/install_yunohost +++ b/install_yunohost @@ -207,7 +207,7 @@ setup_package_source() { # Add YunoHost repository key to the keyring # FIXME : move "vinaigrette." to "repo." at some point... - wget -O- https://vinaigrette.yunohost.org/yunohost.asc -q | apt-key add -qq - > /dev/null + wget -O- https://vinaigrette.yunohost.org/yunohost.asc -q | apt-key add -qq - >/dev/null 2>&1 } apt_update() {