Created
April 25, 2017 03:30
-
-
Save morgenfriedel/ea9f4e65c4b255177071c2c2e00cfd4f to your computer and use it in GitHub Desktop.
Installs Firefox ESR v52 for Debian Jessie (https://mozilla.debian.net/)
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
#! /bin/bash | |
deb http://mozilla.debian.net/ jessie-backports firefox-esr | |
apt update | |
apt install -t jessie-backports firefox-esr | |
sudo wget https://mozilla.debian.net/pkg-mozilla-archive-keyring_1.1_all.deb | |
dpkg -i pkg-mozilla-archive-keyring_1.1_all.deb | |
gpg --check-sigs --fingerprint --keyring /etc/apt/trusted.gpg.d/pkg-mozilla-archive-keyring.gpg --keyring /usr/share/keyrings/debian-keyring.gpg pkg-mozilla-maintainers |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment