From 5ddb088952912c13664ee03c6043791c876c442f Mon Sep 17 00:00:00 2001 From: TommyTran732 <57488583+tommytran732@users.noreply.github.com> Date: Mon, 26 Oct 2020 10:32:30 -0400 Subject: [PATCH] Update phpMyAdmin to 5.0.4 --- install.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/install.sh b/install.sh index a3ddd0c..3a292d7 100644 --- a/install.sh +++ b/install.sh @@ -173,7 +173,7 @@ install_options(){ output "[15] Upgrade the standalone SFTP server to (1.0.5)." output "[16] Make Pterodactyl compatible with the mobile app (only use this after you have installed the panel - check out https://pterodactyl.cloud for more information)." output "[17] Update mobile compatibility." - output "[18] Install or update to phpMyAdmin (5.0.2) (only use this after you have installed the panel)." + output "[18] Install or update to phpMyAdmin (5.0.4) (only use this after you have installed the panel)." output "[19] Install a standalone database host (only for use on daemon-only installations)." output "[20] Change Pterodactyl theme (0.7.19 Only)." output "[21] Emergency MariaDB root password reset." @@ -1690,10 +1690,10 @@ install_phpmyadmin(){ output "Installing phpMyAdmin..." cd /var/www/pterodactyl/public rm -rf phpmyadmin - wget https://files.phpmyadmin.net/phpMyAdmin/5.0.2/phpMyAdmin-5.0.2-all-languages.zip - unzip phpMyAdmin-5.0.2-all-languages.zip - mv phpMyAdmin-5.0.2-all-languages phpmyadmin - rm -rf phpMyAdmin-5.0.2-all-languages.zip + wget https://files.phpmyadmin.net/phpMyAdmin/5.0.4/phpMyAdmin-5.0.4-all-languages.zip + unzip phpMyAdmin-5.0.4-all-languages.zip + mv phpMyAdmin-5.0.4-all-languages phpmyadmin + rm -rf phpMyAdmin-5.0.4-all-languages.zip cd /var/www/pterodactyl/public/phpmyadmin SERVER_IP=$(curl -s http://checkip.amazonaws.com)