https://github.com/qwreey/update-firefox.sh
With pure bash script, Update firefox from download.mozilla.org. by just one command
https://github.com/qwreey/update-firefox.sh
Last synced: about 1 year ago
JSON representation
With pure bash script, Update firefox from download.mozilla.org. by just one command
- Host: GitHub
- URL: https://github.com/qwreey/update-firefox.sh
- Owner: qwreey
- Created: 2023-04-19T16:18:35.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-08T14:21:38.000Z (almost 3 years ago)
- Last Synced: 2025-01-30T00:32:06.203Z (over 1 year ago)
- Language: Shell
- Size: 88.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What it is?
Firefox's main upstream(https://download.mozilla.org) doesn't provide deb files or rpm files.
This script can update/install Firefox automatically from the main upstream.

# Using with curl (direct)
Simply just type this in your terminal.
```sh
curl https://raw.githubusercontent.com/qwreey75/updateFirefox.sh/master/updateFirefox.sh -s | sudo bash
```
# Copying updateFirefox.sh
Just copy, and run it