Merge pull request #669 from ayu2606/patch-1

Update panel.md
This commit is contained in:
Rowan 2025-09-05 08:27:53 -10:00 committed by GitHub
commit 2ab5e5863c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,11 +17,11 @@ The build tools require NodeJS, yarn is used as the package manager.
```bash ```bash
# Ubuntu/Debian # Ubuntu/Debian
curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash - curl -sL https://deb.nodesource.com/setup_22.x | sudo -E bash -
sudo apt install -y nodejs sudo apt install -y nodejs
# CentOS # CentOS
curl -sL https://rpm.nodesource.com/setup_16.x | sudo -E bash - curl -sL https://rpm.nodesource.com/setup_22.x | sudo -E bash -
sudo yum install -y nodejs yarn # CentOS 7 sudo yum install -y nodejs yarn # CentOS 7
sudo dnf install -y nodejs yarn # CentOS 8, Rocky Linux 8, AlmaLinux 8 sudo dnf install -y nodejs yarn # CentOS 8, Rocky Linux 8, AlmaLinux 8
``` ```