diff --git a/installer.sh b/installer.sh index ba1b696..3dd8892 100644 --- a/installer.sh +++ b/installer.sh @@ -389,6 +389,12 @@ wget -q -t7 https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Mail/raw/branch/"$bra sed -i 's/root@localhost/'$email'/g' /etc/fail2ban/jail.conf systemctl restart fail2ban +##---------------------------------## +# Unattended Security Updates # +##---------------------------------## +wget -q -t7 https://git.ictmaatwerk.com/VPS-scripts/Unattended-Security-Updates/raw/branch/master/installer.sh -O /tmp/unattended.sh +source /tmp/unattended.sh + ##-----------------------## # Enabling Services # ##-----------------------##