From d6bcef5ee47ab5c14f3ba504256b69127e21393c Mon Sep 17 00:00:00 2001 From: abeudin Date: Tue, 14 Aug 2012 17:54:14 +0300 Subject: [PATCH] Update install_yunohost --- install_yunohost | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_yunohost b/install_yunohost index ced0d2f..6e424d8 100755 --- a/install_yunohost +++ b/install_yunohost @@ -97,7 +97,7 @@ then debconf-set-selections debconf #Install yunohost packages - debconf-apt-progress -- apt-get -y install yunohost yunohost-config yunohost-config-postfix postfix postfix-ldap postfix-policyd-spf-perl -y --logfile /var/log/yunohost.log --logstderr /var/log/yunohost.error + debconf-apt-progress --logfile /var/log/yunohost.log --logstderr /var/log/yunohost.error -- apt-get -y install yunohost yunohost-config yunohost-config-postfix postfix postfix-ldap postfix-policyd-spf-perl if [ $? != 0 ] ; then echo "Install yunohost Failure"