Skip to content

Instantly share code, notes, and snippets.

@jkullick
Created September 19, 2016 08:02
Show Gist options
  • Select an option

  • Save jkullick/3ebec8379434bb040405e6242dcb05bd to your computer and use it in GitHub Desktop.

Select an option

Save jkullick/3ebec8379434bb040405e6242dcb05bd to your computer and use it in GitHub Desktop.
Install Newer Linux Kernel on Debian from Backports
echo "deb http://ftp.debian.org/debian/ jessie-backports main non-free contrib" > /etc/apt/sources.list.d/jessie-backports.list
apt-get update
apt-get -t jessie-backports install linux-image-amd64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment