5 lines
156 B
Bash
Executable file
5 lines
156 B
Bash
Executable file
#!/bin/sh
|
|
|
|
KERNEL_VERSION="$(rpm -q kernel-cachyos-bore-eevdf --queryformat '%{VERSION}-%{RELEASE}.%{ARCH}')"
|
|
|
|
akmods --force --kernels "${KERNEL_VERSION}"
|