From 3d2e9bd44815e4baba30c9d9af34bc2922c2888e Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Sat, 24 Dec 2022 11:54:30 +0100 Subject: [PATCH] init-ubuntu: more logs --- scripts/init-ubuntu.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/init-ubuntu.sh b/scripts/init-ubuntu.sh index d9223627f..9152088d8 100755 --- a/scripts/init-ubuntu.sh +++ b/scripts/init-ubuntu.sh @@ -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