Update 'installer.sh'
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user