1
0
mirror of https://github.com/elisspace/rtinst.git synced 2026-08-31 08:32:36 +00:00

Update rtinst

This commit is contained in:
arakasi72
2018-01-16 15:05:22 +00:00
committed by GitHub
parent a76779622f
commit ce5a0f6b49

View File

@@ -438,7 +438,7 @@ echo "Upgrading packages" | tee -a $logfile
export DEBIAN_FRONTEND=noninteractive
apt-get -qq upgrade >> $logfile 2>&1
if ! [ $? = 0 ]; then
echo "Problem upgrading packages. Run 'apt-get -qq upgrade' successfully and rerun the script" && exit
echo "Problem upgrading packages. Run 'apt-get upgrade' successfully and rerun the script" && exit
fi
apt-get clean && apt-get autoclean >> $logfile 2>&1