#!/usr/bin/env bash set -eo pipefail apt update apt install ruby ruby-dev -y gem install bundler echo "Done!"