mirror of
https://github.com/tommytran732/Pterodactyl-Script
synced 2024-11-08 04:41:33 -05:00
Update phpMyAdmin to 5.0.4
This commit is contained in:
parent
cdd3ee8d9f
commit
5ddb088952
10
install.sh
10
install.sh
@ -173,7 +173,7 @@ install_options(){
|
|||||||
output "[15] Upgrade the standalone SFTP server to (1.0.5)."
|
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 "[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 "[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 "[19] Install a standalone database host (only for use on daemon-only installations)."
|
||||||
output "[20] Change Pterodactyl theme (0.7.19 Only)."
|
output "[20] Change Pterodactyl theme (0.7.19 Only)."
|
||||||
output "[21] Emergency MariaDB root password reset."
|
output "[21] Emergency MariaDB root password reset."
|
||||||
@ -1690,10 +1690,10 @@ install_phpmyadmin(){
|
|||||||
output "Installing phpMyAdmin..."
|
output "Installing phpMyAdmin..."
|
||||||
cd /var/www/pterodactyl/public
|
cd /var/www/pterodactyl/public
|
||||||
rm -rf phpmyadmin
|
rm -rf phpmyadmin
|
||||||
wget https://files.phpmyadmin.net/phpMyAdmin/5.0.2/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.2-all-languages.zip
|
unzip phpMyAdmin-5.0.4-all-languages.zip
|
||||||
mv phpMyAdmin-5.0.2-all-languages phpmyadmin
|
mv phpMyAdmin-5.0.4-all-languages phpmyadmin
|
||||||
rm -rf phpMyAdmin-5.0.2-all-languages.zip
|
rm -rf phpMyAdmin-5.0.4-all-languages.zip
|
||||||
cd /var/www/pterodactyl/public/phpmyadmin
|
cd /var/www/pterodactyl/public/phpmyadmin
|
||||||
|
|
||||||
SERVER_IP=$(curl -s http://checkip.amazonaws.com)
|
SERVER_IP=$(curl -s http://checkip.amazonaws.com)
|
||||||
|
Loading…
Reference in New Issue
Block a user