my-ostree-OS/akmods.sh

5 lines
149 B
Bash
Raw Normal View History

2023-09-16 11:47:05 +02:00
#!/bin/sh
2024-01-09 08:43:08 +01:00
KERNEL_VERSION="$(rpm -q kernel-cachyos-lto --queryformat '%{VERSION}-%{RELEASE}.%{ARCH}')"
2023-09-16 11:47:05 +02:00
2023-09-16 23:08:01 +02:00
akmods --force --kernels "${KERNEL_VERSION}"