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

use nvidia api to get latest version #40

Closed mpern closed 1 year ago

mpern commented 1 year ago

This is a variation of #28

Only the mandatory parameters are provided for API call, plus extra code formatting and comments to make it easier to understand what's going on.

I've used this for a few months now, works as expected.

lord-carlos commented 1 year ago

Sweet. Thanks.

Manakanapa commented 1 year ago

Thanks all