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