summaryrefslogtreecommitdiffstats
path: root/tosca2heat/tosca-parser-0.3.0/toscaparser/tests/data/CSAR/tosca_elk/Scripts/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