
Move TOSCA library data to the translator tests and remove toscalib folder. Partially Implements: blueprint use-tosca-parser-library Change-Id: Ib2a9283d2c4ebb6f8ae1e380700491c904843cce
8 lines
157 B
Bash
8 lines
157 B
Bash
#!/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
|