init-ubuntu: more logs

This commit is contained in:
Girish Ramakrishnan
2022-12-24 11:54:30 +01:00
parent 5ff10503ab
commit 3d2e9bd448

View File

@@ -98,8 +98,10 @@ apt-get -o Dpkg::Options::="--force-confold" install -y --no-install-recommends
# this ensures that unattended upgades are enabled, if it was disabled during ubuntu install time (see #346)
# debconf-set-selection of unattended-upgrades/enable_auto_updates + dpkg-reconfigure does not work
echo "==> Enabling automatic upgrades"
cp /usr/share/unattended-upgrades/20auto-upgrades /etc/apt/apt.conf.d/20auto-upgrades
echo "==> Ensuring python $python_package"
apt-get install -y --no-install-recommends $python_package # Install python which is required for npm rebuild
# do not upgrade grub because it might prompt user and break this script