63ddbe8f7e7920f90a886bbc0a453c08ec43d207
[webi-installers/.git] / node / node.bash
1 #!/bin/bash
2
3 # title: Node.js
4 # tagline: JavaScript V8 runtime
5 # description: |
6 #   Node.jsĀ® is a JavaScript runtime built on Chrome's V8 JavaScript engine
7
8 set -e
9 set -u
10
11 curl -fsSL https://git.coolaj86.com/coolaj86/node-installer.sh/raw/branch/master/install.sh -o node-webinstall.sh
12 bash node-webinstall.sh
13 rm node-webinstall.sh