Hide annoying warning about apt-key :(

This commit is contained in:
Alexandre Aubin 2017-09-22 21:46:28 +02:00
parent 06868c7bb9
commit 5b44c2f9af

View file

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