nvidia-driver-565/nvidia-graphics-drivers-#DRIVER_VERSION_MAJOR#/extra_files/nvidia_helper.ck
NVIDIA Package Group 3d5cb82734 Initial commit
2024-10-22 17:05:20 +02:00

8 lines
175 B
Plaintext

#!/bin/sh
[ -x /lib/udev/udev-acl ] || exit 0
# This is enough to renew the device owners
for i in /dev/nvidia*; do
/lib/udev/udev-acl "--action=change" "--device=$i"
done