Skip to content

Instantly share code, notes, and snippets.

@cosimo
Created January 25, 2013 12:30
Show Gist options
  • Save cosimo/4634086 to your computer and use it in GitHub Desktop.
Save cosimo/4634086 to your computer and use it in GitHub Desktop.
Upgrade Debian Squeeze with backports kernel (3.2.0)
#!/bin/sh
echo 'deb http://backports.debian.org/debian-backports squeeze-backports main contrib non-free' > /etc/apt/sources.list.d/squeeze-backports.list
apt-get update
apt-get -t squeeze-backports install linux-base initramfs-tools linux-image-3.2.0-0.bpo.4-amd64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment