5 lines
172 B
Bash
Executable file
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"
|