Add xpadneo properly #28

Merged
eriq12 merged 23 commits from add-xpadneo into main 2025-06-23 22:48:46 -04:00
5 changed files with 39 additions and 7 deletions
Showing only changes of commit 6435c67377 - Show all commits

View File

@@ -4,11 +4,11 @@
set -oue pipefail
echo "INFO: grab kernel module"
KERNEL_VER=${ls /lib/modules | head -n 1}
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/-/\//'}
MODULE_VER=$(ls /usr/src | grep xpadneo | sed 's/-/\//')
echo $MODULE_VER
echo "INFO: build and install xpadneo"