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"