Update tosca lib to version 0.5
[parser.git] / tosca2heat / heat-translator / translator / tests / data / artifacts / nodejs / create.sh
1 #!/bin/bash
2 # This script installs nodejs and the prereq
3
4 add-apt-repository ppa:chris-lea/node.js
5
6 apt-get update
7 apt-get install -y nodejs build-essential