Skip to content

Instantly share code, notes, and snippets.

@nerdralph
Created March 25, 2017 18:06
Show Gist options
  • Save nerdralph/d061545b9c0ec10cd61866cd882c6a08 to your computer and use it in GitHub Desktop.
Save nerdralph/d061545b9c0ec10cd61866cd882c6a08 to your computer and use it in GitHub Desktop.

Revisions

  1. nerdralph created this gist Mar 25, 2017.
    7 changes: 7 additions & 0 deletions kernel4.10.5.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    #!/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