build nvidia kmod
This commit is contained in:
parent
08ada58177
commit
54b7d7ffa9
2 changed files with 26 additions and 2 deletions
5
install-nvidia.sh
Executable file
5
install-nvidia.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
KERNEL_VERSION="$(rpm -q kernel-cachyos-lts --queryformat '%{VERSION}-%{RELEASE}.%{ARCH}')"
|
||||
|
||||
rpm-ostree install /tmp/nvidia/*${KERNEL_VERSION}*.rpm
|
||||
Loading…
Add table
Add a link
Reference in a new issue