#!/usr/bin/env bash # Tell build process to exit if there are any errors. set -oue pipefail git clone https://github.com/atar-axis/xpadneo.git /tmp/xpadneo/ cd /tmp/xpadneo ./install.sh --verbose