Update tosca lib to version 0.5
[parser.git] / tosca2heat / tosca-parser / toscaparser / tests / 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