aboutsummaryrefslogtreecommitdiffstats
path: root/jython-tosca-parser/src/main/resources/Lib/site-packages/tosca_parser-0.7.0-py2.7.egg/toscaparser/tests/artifacts/nodejs/create.sh
blob: 04fd6c62e8ec6850228382a17e1fa749a7dc2c3f (plain)
1
2
3
4
5
6
7
#!/bin/bash
# This script installs nodejs and the prereq

add-apt-repository ppa:chris-lea/node.js

apt-get update
apt-get install -y nodejs build-essential