Skip to content

Instantly share code, notes, and snippets.

@benburwell
Created July 26, 2015 18:03
Show Gist options
  • Save benburwell/7efcf98bd1d76170c19e to your computer and use it in GitHub Desktop.
Save benburwell/7efcf98bd1d76170c19e to your computer and use it in GitHub Desktop.
How to update NVIDIA drivers after upgrading to Ubuntu 15.04
wget http://us.download.nvidia.com/XFree86/Linux-x86_64/349.16/NVIDIA-Linux-x86_64-349.16.run
chmod u+x NVIDIA-Linux-x86_64-349.16.run
sudo service lightdm stop
sudo ./NVIDIA-Linux-x86_64-349.16.run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment