https://github.com/hackebrot/install-firefox
💻 Shell script to install Firefox and Geckodriver
https://github.com/hackebrot/install-firefox
firefox geckodriver installer shell-script
Last synced: about 1 month ago
JSON representation
💻 Shell script to install Firefox and Geckodriver
- Host: GitHub
- URL: https://github.com/hackebrot/install-firefox
- Owner: hackebrot
- License: mpl-2.0
- Created: 2018-04-12T10:58:14.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-13T16:14:18.000Z (about 8 years ago)
- Last Synced: 2025-03-20T15:50:47.036Z (over 1 year ago)
- Topics: firefox, geckodriver, installer, shell-script
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 0
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# install-firefox
⚠️ **This project is very early stage** ⚠️
Shell script to install Firefox and Geckodriver
## Usage
```text
curl https://raw.githubusercontent.com/hackebrot/install-firefox/master/install-firefox.sh -sSf | sh
```
You can pass CLI flags and options to the script as follows:
```text
curl https://raw.githubusercontent.com/hackebrot/install-firefox/master/install-firefox.sh -sSf | sh -s -- --firefox 59.0 --geckodriver 0.20.0
```