Skip to content

brandon-wallace/install_firefox_for_me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Install Firefox For Me

Install the lastest Firefox Quantum or Developer edition from a tar.bz2 archive.

Requirements: Python3.4+

  1. Download the latest firefox-*.tar.bz2 Quantum or Developer edition archive.

  2. Make the file executable.

$ chmod +x install_ff.py

  1. Run the script to install Firefox Quantum like this.
$ sudo ./install_ff.py --file firefox-83.0.tar.bz2

... or install Firefox Developer Edition with the --dev flag.

$ sudo ./install_ff.py --file firefox-84.0b5.tar.bz2 --dev

  1. Create a desktop shortcut that points to /opt/firefox-quantum/firefox

...or /opt/firefox-developer-edition/firefox.

Releases

No releases published

Packages

No packages published

Languages