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