Merge pull request #128 from shaunwah/patch-1

Update Nodejs to latest LTS version
This commit is contained in:
Dane Everitt 2019-09-22 13:18:32 -07:00 committed by GitHub
commit 202bf49f63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,7 +100,7 @@ GRUB_CMDLINE_LINUX_DEFAULT="swapaccount=1"
NodeJS is also super easy to install! Simply run the command below to make the package accessible to your system. NodeJS is also super easy to install! Simply run the command below to make the package accessible to your system.
``` bash ``` bash
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash - curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
apt -y install nodejs make gcc g++ apt -y install nodejs make gcc g++
``` ```