lord-carlos / nvidia-update

Checks for a new version of the Nvidia Driver, downloads and installs it.
MIT License
147 stars 30 forks source link

URL does not exist on Nvidia server #36

Closed tavern2782 closed 3 years ago

tavern2782 commented 3 years ago

Nvidia changed their download URLs again, because of course they did. Fix below for those who need it. @lord-carlos FYI

# Checking Windows version if ([Environment]::OSVersion.Version -ge (new-object 'Version' 9, 1)) { $windowsVersion = "win10-win11" }

lord-carlos commented 3 years ago

Thank you.