Merge pull request #1 from cmrxnn/patch-1

Use NodeJS 16.x for building
This commit is contained in:
Angelillo15 2023-03-27 17:27:11 +02:00 committed by GitHub
commit 861c3874b2
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