mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
-qq arg before stdin in apt-key command
This commit is contained in:
parent
d6761875b4
commit
e3b2db632c
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue