Attempt to build using the installation method by xpadneo devs
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 33s
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 33s
This commit is contained in:
13
files/scripts/installxpadneo.sh
Normal file
13
files/scripts/installxpadneo.sh
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/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
|
||||
|
Reference in New Issue
Block a user