#!/bin/bash
set -e
# Install node
curl -sL https://deb.nodesource.com/setup_10.x | sudo bash -
sudo apt install -y nodejs