-qq arg before stdin in apt-key command

This commit is contained in:
Emile 2017-08-30 10:15:48 +02:00
parent d6761875b4
commit e3b2db632c

View file

@ -204,7 +204,7 @@ setup_package_source() {
fi fi
# Add YunoHost repository key to the keyring # 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() { apt_update() {