mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-10 00:09:39 -06:00
Update panel.md
This commit is contained in:
parent
e2372322b0
commit
c0e9400eae
@ -17,11 +17,11 @@ The build tools require NodeJS, yarn is used as the package manager.
|
||||
|
||||
```bash
|
||||
# Ubuntu/Debian
|
||||
curl -sL https://deb.nodesource.com/setup_20.x | sudo -E bash -
|
||||
curl -sL https://deb.nodesource.com/setup_22.x | sudo -E bash -
|
||||
sudo apt install -y nodejs
|
||||
|
||||
# CentOS
|
||||
curl -sL https://rpm.nodesource.com/setup_20.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 dnf install -y nodejs yarn # CentOS 8, Rocky Linux 8, AlmaLinux 8
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user