Created
May 16, 2016 11:58
-
-
Save matthewhartman/bc52d3779feb6349ea21fc3e634d947b to your computer and use it in GitHub Desktop.
Install Kernel 4.6
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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