Attempt dkms build and install with hard-coded kernel version
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 3m30s

This commit is contained in:
2025-06-23 17:10:27 -04:00
parent 1163caaeee
commit d645f1e5b5

View File

@@ -13,5 +13,5 @@ echo "INFO: xpad modules in /usr/src"
ls /usr/src | grep xpad ls /usr/src | grep xpad
echo "INFO: build and install xpadneo" echo "INFO: build and install xpadneo"
sudo dkms build -m xpadneo/0.9.7 sudo dkms build -m xpadneo/0.9.7 -k 6.14.11-300
sudo dkms install -m xpadneo/0.9.7 sudo dkms install -m xpadneo/0.9.7 -k 6.14.11-300