Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 16 days 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-13T16:14:18.000Z (almost 7 years ago)
- Last Synced: 2024-11-25T20:21:56.193Z (3 months ago)
- Topics: firefox, geckodriver, installer, shell-script
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 1
- 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
```