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