1
0
mirror of https://github.com/tommytran732/Pterodactyl-Script synced 2024-09-16 14:14:42 -04:00

Update install.sh

This commit is contained in:
TommyTran732 2021-05-04 02:05:50 -04:00 committed by GitHub
parent 45cb95e368
commit 13341f4190
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,11 +8,11 @@ warn(){
echo -e '\e[31m'$1'\e[0m';
}
PANEL=v1.3.1
WINGS=v1.3.1
PANEL=v1.4.1
WINGS=v1.4.2
PANEL_LEGACY=v0.7.19
DAEMON_LEGACY=v0.6.13
PHPMYADMIN=5.0.4
PHPMYADMIN=5.1.0
preflight(){
output "Pterodactyl Installation & Upgrade Script"