Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```