diff options
Diffstat (limited to 'gui')
-rwxr-xr-x | gui/gui.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/gui.sh b/gui/gui.sh index 12a14923e..f75357af1 100755 --- a/gui/gui.sh +++ b/gui/gui.sh @@ -1,5 +1,5 @@ +sh -c 'curl -sL https://deb.nodesource.com/setup_8.x | bash -' apt-get install -y nodejs -apt-get install -y npm ln -s /usr/bin/nodejs /usr/bin/node npm install npm install -g grunt |