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