#!/bin/bash set -eu set -o pipefail sudo bash -c "cd /usr/local/bin && \ curl -fsSLo boot https://github.com/boot-clj/boot-bin/releases/download/latest/boot.sh && \ chmod 755 boot"