#!/bin/bash set -o errexit -o pipefail if [[ "$OS" = "Darwin" ]]; then gimme_pkg java else has java || gimme_pkg openjdk-8-jdk fi