akmods-and-correct-image-info (#72)
All checks were successful
bluebuild / Build Custom Image (recipe.yml) (push) Successful in 9m12s
All checks were successful
bluebuild / Build Custom Image (recipe.yml) (push) Successful in 9m12s
Reviewed-on: #72 Co-authored-by: Eriq Taing <eriq12@protonmail.com> Co-committed-by: Eriq Taing <eriq12@protonmail.com>
This commit was merged in pull request #72.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
set -oue pipefail
|
||||
|
||||
echo "INFO: grab kernel module"
|
||||
KERNEL_VER=$(ls /lib/modules | head -n 1)
|
||||
KERNEL_VER="$(rpm -qa | grep -P 'kernel-(\d+\.\d+\.\d+)' | sed -E 's/kernel-//')"
|
||||
echo $KERNEL_VER
|
||||
|
||||
echo "INFO: grab open razer modules"
|
||||
|
||||
Reference in New Issue
Block a user