diff --git a/install_yunohost b/install_yunohost index fc5046b..52ad9ac 100755 --- a/install_yunohost +++ b/install_yunohost @@ -133,6 +133,7 @@ then --logfile /var/log/yunohost-update.log \ -- \ apt-get update + if [[ $? -ne 0 ]] then echo "Update Repo Failure : Rolling back"