From eca84175b48a04eb771fbfc64ddb0b6e25a79d9d Mon Sep 17 00:00:00 2001 From: andrewwhitecdw Date: Wed, 12 Aug 2026 19:06:51 -0500 Subject: [PATCH] fix: _install_driver uses relative path to .run file Signed-off-by: andrewwhitecdw --- ubuntu24.04/nvidia-driver | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu24.04/nvidia-driver b/ubuntu24.04/nvidia-driver index 18345f751..353fdb7e9 100755 --- a/ubuntu24.04/nvidia-driver +++ b/ubuntu24.04/nvidia-driver @@ -477,7 +477,7 @@ _install_driver() { fi # Install the NVIDIA driver in one step - sh NVIDIA-Linux-$DRIVER_ARCH-$DRIVER_VERSION.run --silent \ + sh /drivers/NVIDIA-Linux-$DRIVER_ARCH-$DRIVER_VERSION.run --silent \ --ui=none \ --no-drm \ --no-nouveau-check \