Skip to content

Instantly share code, notes, and snippets.

@PMaynard
Last active December 12, 2015 02:58
Show Gist options
  • Save PMaynard/4702777 to your computer and use it in GitHub Desktop.
Save PMaynard/4702777 to your computer and use it in GitHub Desktop.
Fancy Debian sources.list
deb http://ftp.uk.debian.org/debian stable main contrib non-free
deb-src http://ftp.uk.debian.org/debian stable main contrib non-free
deb http://ftp.debian.org/debian/ squeeze-updates main contrib non-free
deb-src http://ftp.debian.org/debian/ squeeze-updates main contrib non-free
deb http://security.debian.org/ squeeze/updates main contrib non-free
deb-src http://security.debian.org/ squeeze/updates main contrib non-free
#Third Parties Repos
#Debian Mozilla team
deb http://backports.debian.org/debian-backports squeeze-backports main
#Google Chrome
deb http://dl.google.com/linux/deb/ stable non-free main
#deb-multimedia.org
deb http://www.deb-multimedia.org squeeze main non-free
##
#Debian Mozilla team
wget http://mozilla.debian.net/pkg-mozilla-archive-keyring_1.1_all.deb;
dpkg --install pkg-mozilla-archive-keyring_1.1_all.deb
#Google Chrome
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment