From 40e134cbbc454fc6b68865fd5dbacf99312d7d1b Mon Sep 17 00:00:00 2001 From: czadowanie <125468992+czadowanie@users.noreply.github.com> Date: Wed, 20 Nov 2024 04:20:27 +0100 Subject: [PATCH] Change nvidia driver_url --- conty-start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conty-start.sh b/conty-start.sh index bed78ea..ce61132 100755 --- a/conty-start.sh +++ b/conty-start.sh @@ -393,7 +393,7 @@ nvidia_driver_handler () { echo "Downloading the Nvidia driver ${nvidia_driver_version}..." # Try to download the driver from the default Nvidia URL - driver_url="https://us.download.nvidia.com/XFree86/Linux-x86_64/${nvidia_driver_version}/NVIDIA-Linux-x86_64-${nvidia_driver_version}.run" + driver_url="https://download.nvidia.com/XFree86/Linux-x86_64/${nvidia_driver_version}/NVIDIA-Linux-x86_64-${nvidia_driver_version}.run" curl -#Lo nvidia.run "${driver_url}" # If the previous download failed, get the URL from FlatHub repo