mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
Quietify averything
This commit is contained in:
parent
d1d158c5d0
commit
fa1e35624d
1 changed files with 2 additions and 1 deletions
|
@ -107,7 +107,7 @@ then
|
|||
wget -O- http://repo.yunohost.org/yunohost.asc -q | apt-key add - -qq
|
||||
|
||||
#Update repo
|
||||
apt-get update
|
||||
apt-get update -qq
|
||||
|
||||
if [[ $? -ne 0 ]]
|
||||
then
|
||||
|
@ -123,6 +123,7 @@ then
|
|||
#Install yunohost packages
|
||||
apt-get -o Dpkg::Options::="--force-confold" \
|
||||
-y install \
|
||||
-qq \
|
||||
yunohost \
|
||||
yunohost-config \
|
||||
yunohost-config-postfix \
|
||||
|
|
Loading…
Add table
Reference in a new issue