Skip to content

Instantly share code, notes, and snippets.

@aloth
Created July 23, 2018 19:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aloth/8afdc6b4fc841e42a7f010821429c43b to your computer and use it in GitHub Desktop.
Save aloth/8afdc6b4fc841e42a7f010821429c43b to your computer and use it in GitHub Desktop.
Debian Backports for Raspbian Wheezy (works on ARMv7 devices: Pi 2 and newer)
echo "deb http://ftp.fr.debian.org/debian/ wheezy-backports main contrib non-free" | sudo sh -c 'cat >> /etc/apt/sources.list'
echo "deb-src http://ftp.fr.debian.org/debian/ wheezy-backports main" | sudo sh -c 'cat >> /etc/apt/sources.list'
gpg --keyserver pgpkeys.mit.edu --recv-key 7638D0442B90D010
gpg -a --export 7638D0442B90D010 | sudo apt-key add -
sudo apt-get update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment