houdini/script/build/debian/node.sh
2018-09-07 13:26:37 -05:00

6 lines
No EOL
152 B
Bash
Executable file

#!/usr/bin/env bash
set -e
curl -sL https://deb.nodesource.com/setup_9.x | bash -
apt-get update -qq && apt-get install -y nodejs
npm install npm@^6 -g