switch-to-kde-programs (#38)
All checks were successful
bluebuild / Build Custom Image (recipe.yml) (push) Successful in 10m46s

Reviewed-on: #38
Co-authored-by: Eriq Taing <eriq12@protonmail.com>
Co-committed-by: Eriq Taing <eriq12@protonmail.com>
This commit is contained in:
2025-07-13 12:30:26 -04:00
committed by eriq12
parent 1181d5accb
commit 92ea9c9af2
5 changed files with 625 additions and 13 deletions

View File

@@ -7,5 +7,10 @@ echo "INFO: grab kernel module"
KERNEL_VER=$(ls /lib/modules | head -n 1)
echo $KERNEL_VER
echo "INFO: rebuild akmods"
sudo akmods --kernels $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