my-ostree-OS/akmods.sh
Anders Rytter Hansen 9f59cf7fce install VirtualBox
2023-09-16 23:08:01 +02:00

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}"