Files
hydro-os/files/scripts/install-xpadneo.sh
Eriq Taing b266c35183
All checks were successful
bluebuild / Build Custom Image (recipe.yml) (pull_request) Successful in 11m1s
Switching from using negativo17 to using rpm-fusion and xpadneo copr repos
2025-07-11 17:10:03 -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