Skip to content

Instantly share code, notes, and snippets.

@z3ntu
Created November 29, 2016 10:35
Show Gist options
  • Save z3ntu/24d478a9453c592db4a777607b641985 to your computer and use it in GitHub Desktop.
Save z3ntu/24d478a9453c592db4a777607b641985 to your computer and use it in GitHub Desktop.
get newest nvidia version for linux
curl -s http://www.nvidia.com/object/unix.html | grep "Latest Long Lived Branch version" | cut -d '>' -f 2 | cut -d '<' -f 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment