mirror of
https://github.com/Kron4ek/Conty
synced 2024-12-26 09:58:38 +01:00
Merge pull request #203 from czadowanie/master
Some checks failed
Codespell / Check for spelling errors (push) Has been cancelled
Some checks failed
Codespell / Check for spelling errors (push) Has been cancelled
Change driver_url for nvidia to make it non US-specific
This commit is contained in:
commit
121f35e02c
1 changed files with 1 additions and 1 deletions
|
@ -393,7 +393,7 @@ nvidia_driver_handler () {
|
||||||
echo "Downloading the Nvidia driver ${nvidia_driver_version}..."
|
echo "Downloading the Nvidia driver ${nvidia_driver_version}..."
|
||||||
|
|
||||||
# Try to download the driver from the default Nvidia URL
|
# 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}"
|
curl -#Lo nvidia.run "${driver_url}"
|
||||||
|
|
||||||
# If the previous download failed, get the URL from FlatHub repo
|
# If the previous download failed, get the URL from FlatHub repo
|
||||||
|
|
Loading…
Reference in a new issue