From 13341f41908321798262aa9225544fedb8cbee73 Mon Sep 17 00:00:00 2001 From: TommyTran732 <57488583+tommytran732@users.noreply.github.com> Date: Tue, 4 May 2021 02:05:50 -0400 Subject: [PATCH] Update install.sh --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 6bb556e..9f15c59 100644 --- a/install.sh +++ b/install.sh @@ -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"