From 88647667b43cfaad34420a6fb8d8974b6de93ac4 Mon Sep 17 00:00:00 2001 From: Shaun Wah <39732975+shaunwah@users.noreply.github.com> Date: Fri, 30 Aug 2019 01:12:50 +0800 Subject: [PATCH] Update Nodejs to latest LTS version --- daemon/installing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/installing.md b/daemon/installing.md index 29dd0e55..c593c6f3 100644 --- a/daemon/installing.md +++ b/daemon/installing.md @@ -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. ``` 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++ ```