From fa1e35624dc8088cbd705417d724c751aca2c23b Mon Sep 17 00:00:00 2001 From: Kload Date: Sun, 4 Aug 2013 17:45:05 +0200 Subject: [PATCH] Quietify averything --- autoinstall_yunohostv2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/autoinstall_yunohostv2 b/autoinstall_yunohostv2 index 95094fc..8ba9f2d 100755 --- a/autoinstall_yunohostv2 +++ b/autoinstall_yunohostv2 @@ -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 \