From 53593b72d56d4b2d06f8df625f134046f92dab5d Mon Sep 17 00:00:00 2001 From: abeudin Date: Sat, 18 Aug 2012 15:04:00 +0300 Subject: [PATCH] Update install_yunohost --- install_yunohost | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install_yunohost b/install_yunohost index c3541f2..bc7b4e4 100755 --- a/install_yunohost +++ b/install_yunohost @@ -129,7 +129,7 @@ then fi #Update repo - apt-get update -qq + debconf-apt-progress -- apt-get update if [[ $? -ne 0 ]] then echo "Update Repo Failure : Rolling back" @@ -143,7 +143,7 @@ then #Install yunohost packages debconf-apt-progress \ - --logstderr /var/log/yunohost.log \ + --logfile /var/log/yunohost.log \ -- \ apt-get -y install \ yunohost \