Skip to content

Instantly share code, notes, and snippets.

@snambi
Created March 12, 2017 15:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save snambi/286fc55918471860101c0c67a7e1a1f3 to your computer and use it in GitHub Desktop.
Save snambi/286fc55918471860101c0c67a7e1a1f3 to your computer and use it in GitHub Desktop.
Install Linux Kernel
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.3.5-wily/linux-headers-4.3.5-040305-generic_4.3.5-040305.201601311533_amd64.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.3.5-wily/linux-headers-4.3.5-040305_4.3.5-040305.201601311533_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.3.5-wily/linux-image-4.3.5-040305-generic_4.3.5-040305.201601311533_amd64.deb
sudo dpkg -i linux-headers-4.3.5*deb linux-image-4.3.5*deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment