my-ostree-OS/akmods.sh
2023-09-16 12:35:01 +02:00

5 lines
172 B
Bash
Executable file

#!/bin/sh
KERNEL_VERSION="$(rpm -q kernel-cachyos-bore-eevdf --queryformat '%{VERSION}-%{RELEASE}.%{ARCH}')"
akmods --force --kernels "${KERNEL_VERSION}" --kmod "nvidia"