Skip to content

Commit

Permalink
Merge pull request #203 from czadowanie/master
Browse files Browse the repository at this point in the history
Change driver_url for nvidia to make it non US-specific
  • Loading branch information
Kron4ek authored Nov 20, 2024
2 parents d3a104e + 40e134c commit 121f35e
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 121f35e

Please sign in to comment.