mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-10 10:44:43 -06:00
commit
2ab5e5863c
@ -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
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user