summaryrefslogtreecommitdiffstats
path: root/tosca2heat/heat-translator-0.3.0/translator/tests/data/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