Remove extra installation calls
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 3m57s

This commit is contained in:
2025-06-21 22:19:21 -04:00
parent ef88e46e8e
commit 34fd1b89e0

View File

@@ -3,8 +3,6 @@
# Tell build process to exit if there are any errors. # Tell build process to exit if there are any errors.
set -oue pipefail 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/ git clone https://github.com/atar-axis/xpadneo.git /tmp/xpadneo/
cd /tmp/xpadneo cd /tmp/xpadneo