Files
hydro-os/files/scripts/install-xpadneo.sh
Eriq Taing 1181d5accb
All checks were successful
bluebuild / Build Custom Image (recipe.yml) (push) Successful in 8m21s
Switching from using negativo17 to using rpm-fusion and xpadneo copr repos (#37)
Reviewed-on: #37
Co-authored-by: Eriq Taing <eriq12@protonmail.com>
Co-committed-by: Eriq Taing <eriq12@protonmail.com>
2025-07-11 20:09:24 -04:00

11 lines
247 B
Bash

#!/usr/bin/env bash
# Tell build process to exit if there are any errors.
set -oue pipefail
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