Skip to content

Instantly share code, notes, and snippets.

@nerdralph
Created March 25, 2017 18:06
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nerdralph/d061545b9c0ec10cd61866cd882c6a08 to your computer and use it in GitHub Desktop.
Save nerdralph/d061545b9c0ec10cd61866cd882c6a08 to your computer and use it in GitHub Desktop.
Ubuntu 16 kernel 4.10.5 install
#!/bin/sh
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.10.5/linux-headers-4.10.5-041005_4.10.5-041005.201703220931_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.10.5/linux-headers-4.10.5-041005-generic_4.10.5-041005.201703220931_amd64.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.10.5/linux-image-4.10.5-041005-generic_4.10.5-041005.201703220931_amd64.deb
sudo dpkg -i *.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment