Skip to content

Commit

Permalink
Execute apt upgrade with DEBIAN_FRONTEND environment variable
Browse files Browse the repository at this point in the history
Noticed via recent libssl1.0.0 upgrade that the
DEBIAN_FRONTEND usage is missing in the $APTUPGRADE
command line.
  • Loading branch information
mika committed Apr 8, 2014
1 parent 9528bbf commit 2751e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chroot-script
Expand Up @@ -223,7 +223,7 @@ upgrade_system() {
if [ "$UPGRADE_SYSTEM" = "yes" ] ; then
echo "Running update + upgrade"
$APTUPDATE
$APTUPGRADE
DEBIAN_FRONTEND=$DEBIAN_FRONTEND $APTUPGRADE
else
echo "Not running update + upgrade as \$UPDATE_AND_UPGRADE is not set to 'yes'."
fi
Expand Down

0 comments on commit 2751e66

Please sign in to comment.