From 07c8b13acf83025022bf6c236d10c2858c3c5f29 Mon Sep 17 00:00:00 2001 From: Cam White <72230943+cmrxnn@users.noreply.github.com> Date: Mon, 27 Mar 2023 00:09:14 +0100 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 8fb789a..d6fe669 100644 --- a/install.sh +++ b/install.sh @@ -26,7 +26,7 @@ installTheme(){ mv resources/scripts/components/server/console/Console.tsx /var/www/pterodactyl/resources/scripts/components/server/console/Console.tsx cd /var/www/pterodactyl - curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash - + curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash - apt update apt install -y nodejs