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() {