From 8ba2ae94ffe317f04276b864a51c14329be4d3bc Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Wed, 4 Sep 2019 14:43:51 +0200 Subject: [PATCH] Update 'installer.sh' --- installer.sh | 6 ++++++ 1 file changed, 6 insertions(+) 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 # ##-----------------------##