upgrade base-files before dist-upgrade

This commit is contained in:
Aaron Murray 2020-05-31 10:32:22 -05:00
parent bd2729e93b
commit c2d0f04cab

View File

@ -60,6 +60,9 @@ echo 'Debian GNU/Linux 10 \n \l' > /etc/issue
echo "Running apt-get update ..."
apt-get update
echo "Updating base-files ..."
apt-get --yes --option DPkg::Options::="--force-confnew" install base-files
echo "Running apt-get dist-upgrade ..."
apt-get dist-upgrade