Update install.sh

This commit is contained in:
Cam White 2023-03-27 00:09:14 +01:00 committed by GitHub
parent 991d1c78c1
commit 07c8b13acf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ installTheme(){
mv resources/scripts/components/server/console/Console.tsx /var/www/pterodactyl/resources/scripts/components/server/console/Console.tsx mv resources/scripts/components/server/console/Console.tsx /var/www/pterodactyl/resources/scripts/components/server/console/Console.tsx
cd /var/www/pterodactyl 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 update
apt install -y nodejs apt install -y nodejs