Update 'installer.sh'

This commit is contained in:
bprieshof
2019-06-06 12:48:15 +02:00
parent e2c0bca75c
commit 5006652744

View File

@@ -297,6 +297,12 @@ bash <(curl -s https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Web/raw/branch/mas
wget https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Backup/raw/branch/master/install-backup-tools.sh -O /root/install-backup-tools.sh wget https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Backup/raw/branch/master/install-backup-tools.sh -O /root/install-backup-tools.sh
chmod +x /root/install-backup-tools.sh chmod +x /root/install-backup-tools.sh
##----------------##
# F2B Script #
##----------------##
wget https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Web/raw/branch/master/config/Fail2Ban/setup-fail2banWP.sh -O /root/setup-fail2banWP.sh
chmod +x /root/setup-fail2banWP.sh
echo "Installatie geslaagd!" echo "Installatie geslaagd!"
##------------## ##------------##