Update 'installer.sh'

This commit is contained in:
b.waal
2019-09-04 14:43:51 +02:00
parent c629e016cc
commit 8ba2ae94ff

View File

@@ -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 #
##-----------------------##