Skip to content

Instantly share code, notes, and snippets.

@matthewhartman
Created May 16, 2016 11:58
Show Gist options
  • Select an option

  • Save matthewhartman/bc52d3779feb6349ea21fc3e634d947b to your computer and use it in GitHub Desktop.

Select an option

Save matthewhartman/bc52d3779feb6349ea21fc3e634d947b to your computer and use it in GitHub Desktop.
Install Kernel 4.6
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.6-yakkety/linux-headers-4.6.0-040600_4.6.0-040600.201605151930_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.6-yakkety/linux-headers-4.6.0-040600-generic_4.6.0-040600.201605151930_amd64.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.6-yakkety/linux-image-4.6.0-040600-generic_4.6.0-040600.201605151930_amd64.deb
sudo dpkg -i linux-headers-4.6.0*.deb linux-image-4.6.0*.deb
sudo update-grub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment