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