https://github.com/brunneis/firefox-quantum-installer
Firefox Quantum installer x86_64 (GNOME, KDE, Unity, Deepin, etc.)
https://github.com/brunneis/firefox-quantum-installer
firefox-browser firefox-quantum gnome
Last synced: 3 months ago
JSON representation
Firefox Quantum installer x86_64 (GNOME, KDE, Unity, Deepin, etc.)
- Host: GitHub
- URL: https://github.com/brunneis/firefox-quantum-installer
- Owner: brunneis
- License: gpl-3.0
- Created: 2017-10-02T16:25:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-01-01T20:21:38.000Z (over 5 years ago)
- Last Synced: 2025-04-14T16:52:42.781Z (about 1 year ago)
- Topics: firefox-browser, firefox-quantum, gnome
- Language: Shell
- Homepage:
- Size: 20.5 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# firefox-quantum-installer
Firefox Quantum installer works with GNU/Linux x86_64 distributions with GNOME and Unity.
The script can be also used for updating a previous installation.
The `install-firefox-quantum.sh` install Firefox Quantum under `/opt`.
The user can choose between the available languages and editions (`latest`, `beta`, `developer` or `nightly`).
## Install/update Firefox Quantum
### Stable
- Default (`en-US`): `./install-firefox-quantum.sh`
- Other languages (e.g., `es-ES` for Spanish): `./install-firefox-quantum.sh latest es-ES`
### Beta
- Default (`en-US`): `./install-firefox-quantum.sh beta`
- Other languages (e.g., `es-ES` for Spanish): `./install-firefox-quantum.sh beta es-ES`
### Developer Edition
- Default (`en-US`): `./install-firefox-quantum.sh devedition`
- Other languages (e.g., `es-ES` for Spanish): `./install-firefox-quantum.sh devedition es-ES`
### Nightly
- Default (`en-US`): `./install-firefox-quantum.sh nightly`
- Other languages (e.g., `es-ES` for Spanish): `./install-firefox-quantum.sh nightly es-ES`