#!/bin/bash set -xeo pipefail curl --silent --location https://deb.nodesource.com/setup_7.x | bash - apt-get install -y nodejs