diff --git a/install.sh b/install.sh index 760e984..6f05aec 100644 --- a/install.sh +++ b/install.sh @@ -52,6 +52,8 @@ systemctl daemon-reload # disable motd sed -i 's|ENABLED=1|ENABLED=0|g' /etc/default/motd-news chmod 644 /etc/update-motd.d/10-help-text +# disable apt news +/usr/bin/pro config set apt_news=false # configure unattended upgrades with automatic reboots DEBIAN_FRONTEND=noninteractive apt-get -y install unattended-upgrades