mozilla-linux-scripts/README.md

31 lines
862 B
Markdown
Raw Permalink Normal View History

2015-10-06 19:51:41 +02:00
Mozilla Linux Script Installers
===============================
### How to install (or uninstall):
2015-11-19 16:29:36 +01:00
* **Install instructions:**
2015-10-06 19:51:41 +02:00
* Open the terminal.
2024-05-01 10:48:16 +02:00
* Clone the repository: `git clone https://git.q3aql.dev/q3aql/mozilla-linux-scripts.git`
2015-11-19 16:29:36 +01:00
* Change directory: `cd mozilla-linux-scripts`
* Run as root: `make -f makefile.linux`
* **Uninstall instructions:**
* Run as root: `make -f makefile.linux uninstall`
2015-10-06 19:51:41 +02:00
_Note: The scripts are compatible with all GNU/Linux distributions._
2015-11-19 16:29:36 +01:00
### How to use:
* **Firefox:**
* Open the terminal as root:
* Type the command: `firefox-install`
* **Thunderbird:**
* Open the terminal as root:
* Type the command: `thunderbird-install`
2015-10-06 19:51:41 +02:00
### External links:
2015-10-06 19:56:21 +02:00
* [Mozilla official website](https://www.mozilla.org/)
* [Mozilla HTTP server files](http://archive.mozilla.org/pub/)