mirror of
https://github.com/Kron4ek/Conty
synced 2024-12-26 09:58:38 +01:00
Change nvidia driver_url
This commit is contained in:
parent
d3a104e32b
commit
40e134cbbc
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