Update install_yunohost

This commit is contained in:
abeudin 2012-09-19 10:15:00 +03:00
parent 3f45872414
commit cb743056e4

View file

@ -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"