diff options
-rwxr-xr-x | gui/gui.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gui/gui.sh b/gui/gui.sh index 12a14923e..0746fb4a4 100755 --- a/gui/gui.sh +++ b/gui/gui.sh @@ -1,5 +1,6 @@ +curl -sL https://deb.nodesource.com/setup_8.x -o /tmp/nodesource_setup.sh +bash /tmp/nodesource_setup.sh apt-get install -y nodejs -apt-get install -y npm ln -s /usr/bin/nodejs /usr/bin/node npm install npm install -g grunt |