Files
hydro-os/files/scripts/install-xpadneo.sh
Eriq Taing 34fd1b89e0
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 3m57s
Remove extra installation calls
2025-06-21 22:19:21 -04:00

10 lines
199 B
Bash

#!/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