5 lines
143 B
Bash
Executable file
5 lines
143 B
Bash
Executable file
#!/bin/sh
|
|
|
|
KERNEL_VERSION="$(rpm -q $1 --queryformat '%{VERSION}-%{RELEASE}.%{ARCH}')"
|
|
|
|
rpm-ostree install /tmp/nvidia/*${KERNEL_VERSION}*.rpm
|