Skip to content

Commit

Permalink
Update rtinst
Browse files Browse the repository at this point in the history
  • Loading branch information
arakasi72 committed Aug 22, 2021
1 parent 9ffbf03 commit f8d667c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/rtinst
Expand Up @@ -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
Expand Down

0 comments on commit f8d667c

Please sign in to comment.