Quietify averything

This commit is contained in:
Kload 2013-08-04 17:45:05 +02:00
parent d1d158c5d0
commit fa1e35624d

View file

@ -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 \