1
0
mirror of https://github.com/elisspace/rtinst.git synced 2026-08-29 15:44:06 +00:00

Update rtinst

This commit is contained in:
arakasi72
2021-08-22 10:54:20 +01:00
committed by GitHub
parent 9ffbf03938
commit f8d667c6e3

View File

@@ -551,7 +551,7 @@ echo "Updating package lists" | tee $logfile
apt-get -qq update | tee -a $logfile
# Installing Aptitude
apt-get -qqy install aptitude
apt-get -qqy install aptitude >> $logfile 2>&1
echo "Upgrading packages" | tee -a $logfile
export DEBIAN_FRONTEND=noninteractive