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

Merge pull request #30 from notjoshmiles/patch-2

Support for new ptero/wings vers
This commit is contained in:
TommyTran732 2021-01-02 05:34:40 -05:00 committed by GitHub
commit 9364fe876c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,8 +8,8 @@ warn(){
echo -e '\e[31m'$1'\e[0m';
}
PANEL=v1.1.3
WINGS=v1.1.3
PANEL=v1.2.0
WINGS=v1.2.0
PANEL_LEGACY=v0.7.19
DAEMON_LEGACY=v0.6.13
PHPMYADMIN=5.0.4
@ -2140,4 +2140,4 @@ case $installoption in
;;
22) database_host_reset
;;
esac
esac