An open API service indexing awesome lists of open source software.

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.)

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`