mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-10 10:44:43 -06:00
Merge pull request #189 from LeCodeCo/patch-2
Change Node.js install script from 8 to 10
This commit is contained in:
commit
4f3639813c
@ -32,7 +32,7 @@ systemctl start docker
|
||||
### Nodejs
|
||||
|
||||
```bash
|
||||
curl --silent --location https://rpm.nodesource.com/setup_8.x | bash -
|
||||
curl --silent --location https://rpm.nodesource.com/setup_10.x | bash -
|
||||
yum install -y nodejs
|
||||
```
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user