Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 3m34s
12 lines
279 B
Bash
12 lines
279 B
Bash
#!/usr/bin/env bash
|
|
|
|
# Tell build process to exit if there are any errors.
|
|
set -oue pipefail
|
|
|
|
dnf install dkms make bluez bluez-tools kernel-devel-`uname -r` kernel-headers
|
|
|
|
git clone https://github.com/atar-axis/xpadneo.git /tmp/xpadneo/
|
|
|
|
cd /tmp/xpadneo
|
|
|
|
./install.sh --verbose |