diff --git a/installer.sh b/installer.sh index 4b8f570..05c63a4 100644 --- a/installer.sh +++ b/installer.sh @@ -249,10 +249,15 @@ if [ $sshkey = 1 ]; then sed -i 's/PermitRootLogin yes/PermitRootLogin prohibit-password/g' /etc/ssh/sshd_config fi +##------------------------## +# PHP-Myadmin update # +##------------------------## + +bash <(curl -s https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Web/raw/branch/master/PHPMyAdmin_Updater.sh) + ##-------------------## # 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