Switching from using negativo17 to using rpm-fusion and xpadneo copr repos
All checks were successful
bluebuild / Build Custom Image (recipe.yml) (pull_request) Successful in 11m1s

This commit is contained in:
2025-07-11 17:10:03 -04:00
parent 6259ab886e
commit b266c35183
2 changed files with 35 additions and 23 deletions

View File

@@ -7,10 +7,5 @@ echo "INFO: grab kernel module"
KERNEL_VER=$(ls /lib/modules | head -n 1)
echo $KERNEL_VER
echo "INFO: grab xpad modules"
MODULE_VER=$(ls /usr/src | grep xpadneo | sed 's/-/\//')
echo $MODULE_VER
echo "INFO: build and install xpadneo"
sudo dkms build -m $MODULE_VER -k $KERNEL_VER
sudo dkms install -m $MODULE_VER -k $KERNEL_VER
echo "INFO: rebuild akmods"
sudo akmods --kernels $KERNEL_VER