From cb743056e4241cd070e27637455cf460ed4d6952 Mon Sep 17 00:00:00 2001 From: abeudin Date: Wed, 19 Sep 2012 10:15:00 +0300 Subject: [PATCH] Update install_yunohost --- install_yunohost | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/install_yunohost b/install_yunohost index ee4283c..fc5046b 100755 --- a/install_yunohost +++ b/install_yunohost @@ -129,7 +129,10 @@ then fi #Update repo - debconf-apt-progress -- apt-get update + debconf-apt-progress \ + --logfile /var/log/yunohost-update.log \ + -- \ + apt-get update if [[ $? -ne 0 ]] then echo "Update Repo Failure : Rolling back"