Created
September 22, 2012 03:21
-
-
Save wyanez/3765003 to your computer and use it in GitHub Desktop.
Actualizacion de Iceweasel en Debian Squeeze
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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