Skip to content

Instantly share code, notes, and snippets.

@wyanez
Created September 22, 2012 03:21
Show Gist options
  • Save wyanez/3765003 to your computer and use it in GitHub Desktop.
Save wyanez/3765003 to your computer and use it in GitHub Desktop.
Actualizacion de Iceweasel en Debian Squeeze
#Actualizacion de Iceweasel en Debian Squeeze
#
echo "deb http://backports.debian.org/debian-backports squeeze-backports main">/etc/apt/sources.list
echo "deb http://mozilla.debian.net/ squeeze-backports iceweasel-release">/etc/apt/sources.list
wget -O- -q http://mozilla.debian.net/archive.asc | gpg --import
gpg --export -a 06C4AE2A | sudo apt-key add -
aptitude update
aptitude install -t squeeze-backports iceweasel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment