Update 'installer.sh'

This commit is contained in:
bprieshof
2019-03-14 10:32:49 +01:00
parent 61e62d549a
commit d8d8cfee02

View File

@@ -278,8 +278,8 @@ bash <(curl -s https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Web/raw/branch/mas
##-------------------##
# Backup Script #
##-------------------##
wget https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Backup/raw/branch/master/WP_Ftp-Backup.sh -O /root/backup.sh
chmod +x /root/backup.sh
wget https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Backup/raw/branch/master/WP_Ftp-Backup.sh -O /opt/backup.sh
chmod +x /opt/backup.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