Update 'installer.sh'

This commit is contained in:
ictmaatwerk
2019-02-08 11:26:54 +01:00
parent 020adcafcf
commit 58689e8e3e

View File

@@ -249,10 +249,15 @@ if [ $sshkey = 1 ]; then
sed -i 's/PermitRootLogin yes/PermitRootLogin prohibit-password/g' /etc/ssh/sshd_config sed -i 's/PermitRootLogin yes/PermitRootLogin prohibit-password/g' /etc/ssh/sshd_config
fi fi
##------------------------##
# PHP-Myadmin update #
##------------------------##
bash <(curl -s https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Web/raw/branch/master/PHPMyAdmin_Updater.sh)
##-------------------## ##-------------------##
# Backup Script # # Backup Script #
##-------------------## ##-------------------##
wget https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Backup/raw/branch/master/WP_Ftp-Backup.sh -O /root/backup.sh 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 chmod +x /root/backup.sh