Add -y to upgrade

This commit is contained in:
Taylor Helsper 2020-04-09 20:10:05 -05:00
parent 8f2aaab591
commit bbd155edf9

View File

@ -38,11 +38,11 @@ set -e
# Check for updates (might auto-install all updates later)
export DEBIAN_FRONTEND=noninteractive
apt-get update
apt-get upgrade
apt-get -y upgrade
# Install any new software
export DEBIAN_FRONTEND=noninteractive
apt-get -y install apt-transport-https
apt-get -y install fonts-dejavu
apt-get -y install pv sysstat network-manager unzip pkg-config libfreetype6-dev libpng-dev