Skip to content

Instantly share code, notes, and snippets.

@julianpoy
Last active July 6, 2018 15:23
Show Gist options
  • Save julianpoy/985f4dbd2764cf698e863392f0131395 to your computer and use it in GitHub Desktop.
Save julianpoy/985f4dbd2764cf698e863392f0131395 to your computer and use it in GitHub Desktop.
cd /tmp/
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.17.3/linux-headers-4.17.3-041703_4.17.3-041703.201806252030_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.17.3/linux-headers-4.17.3-041703-generic_4.17.3-041703.201806252030_amd64.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.17.3/linux-image-unsigned-4.17.3-041703-generic_4.17.3-041703.201806252030_amd64.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.17.3/linux-modules-4.17.3-041703-generic_4.17.3-041703.201806252030_amd64.deb
sudo dpkg -i *.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment