Skip to content

Commit

Permalink
Change nvidia driver_url
Browse files Browse the repository at this point in the history
  • Loading branch information
czadowanie authored Nov 20, 2024
1 parent d3a104e commit 40e134c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conty-start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 40e134c

Please sign in to comment.