docs: fix issues
[parser.git] / tosca2heat / heat-translator-0.3.0 / 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