mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-13 04:09:26 -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
|
### Nodejs
|
||||||
|
|
||||||
```bash
|
```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
|
yum install -y nodejs
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user