Skip to content

Instantly share code, notes, and snippets.

@zhekaby
Created November 23, 2015 13:44
Show Gist options
  • Save zhekaby/e0754831a3ea63126b24 to your computer and use it in GitHub Desktop.
Save zhekaby/e0754831a3ea63126b24 to your computer and use it in GitHub Desktop.
wget \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.1.13-wily/linux-headers-4.1.13-040113_4.1.13-040113.201511092325_all.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.1.13-wily/linux-headers-4.1.13-040113-generic_4.1.13-040113.201511092325_amd64.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.1.13-wily/linux-image-4.1.13-040113-generic_4.1.13-040113.201511092325_amd64.deb;
sudo dpkg -i linux-headers-4.1*.deb linux-image-4.1*.deb;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment