mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
Hide annoying warning about apt-key :(
This commit is contained in:
parent
06868c7bb9
commit
5b44c2f9af
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue