2023-09-16 11:47:05 +02:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
2023-09-16 12:35:01 +02:00
|
|
|
KERNEL_VERSION="$(rpm -q kernel-cachyos-bore-eevdf --queryformat '%{VERSION}-%{RELEASE}.%{ARCH}')"
|
2023-09-16 11:47:05 +02:00
|
|
|
|
|
|
|
|
akmods --force --kernels "${KERNEL_VERSION}" --kmod "nvidia"
|