init-ubuntu: more logs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user