diff --git a/upgrade4to5 b/upgrade4to5 index 76e48b3..02da594 100755 --- a/upgrade4to5 +++ b/upgrade4to5 @@ -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