mirror of
https://github.com/elisspace/rtinst.git
synced 2026-08-31 08:32:36 +00:00
Update rtinst
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user