From df4b8c0bf2f00195ca5cfc614e6fc4126459adf7 Mon Sep 17 00:00:00 2001 From: abeudin Date: Thu, 14 Feb 2013 15:57:42 +0100 Subject: [PATCH] Update install_yunohost --- install_yunohost | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/install_yunohost b/install_yunohost index 56da971..c5b7270 100755 --- a/install_yunohost +++ b/install_yunohost @@ -186,11 +186,12 @@ EOF fi #Install yunohost packages + export DEBIAN_FRONTEND=noninteractive debconf-apt-progress \ --logfile /var/log/yunohost.log \ -- \ - apt-get -y install \ - -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" \ + apt-get -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" \ + -y install \ yunohost \ yunohost-config \ yunohost-config-postfix \