Add apt upgrade to each system upgrade

This commit is contained in:
Taylor Helsper 2020-04-08 20:43:05 -05:00
parent 43b5485564
commit 8f2aaab591

View File

@ -39,7 +39,7 @@ set -e
# Check for updates (might auto-install all updates later)
apt-get update
apt-get upgrade
# Install any new software
export DEBIAN_FRONTEND=noninteractive