mozilla-linux-scripts/README.md

26 lines
976 B
Markdown
Raw Normal View History

2015-10-06 19:51:41 +02:00
Mozilla Linux Script Installers
===============================
### How to install (or uninstall):
* **Mozilla Firefox instructions:**
* Open the terminal.
* Clone the repository: `git clone https://github.com/clamsawd/mozilla-linux-scripts.git`
* Change directory: `cd mozilla-linux-scripts/scripts`
2015-10-14 17:47:10 +02:00
* Change the permissions: `chmod +x firefox-install`
* Run the script as root: `./firefox-install`
2015-10-06 19:51:41 +02:00
* **Mozilla Thunderbird instructions:**
* Open the terminal.
* Clone the repository: `git clone https://github.com/clamsawd/mozilla-linux-scripts.git`
* Change directory: `cd mozilla-linux-scripts/scripts`
2015-10-14 17:47:10 +02:00
* Change the permissions: `chmod +x thunderbird-install`
* Run the script as root: `./thunderbird-install`
2015-10-06 19:51:41 +02:00
_Note: The scripts are compatible with all GNU/Linux distributions._
### 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/)