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