Skip to content

Instantly share code, notes, and snippets.

@kruug
Last active May 12, 2020 21:18
Show Gist options
  • Save kruug/f757aae59e1de989033f280630024fd2 to your computer and use it in GitHub Desktop.
Save kruug/f757aae59e1de989033f280630024fd2 to your computer and use it in GitHub Desktop.
Installs regular Firefox, not Firefox-ESR.
sudo mkdir /opt/firefox/
wget -O FirefoxSetup.tar.bz2 "https://download.mozilla.org/?product=firefox-latest&os=linux64&lang=en-US"
sudo tar xjf FirefoxSetup.tar.bz2 -C /opt/firefox/
rm FirefoxSetup.tar.bz2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment