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

https://github.com/aliilapro/browser-downloader

This script will detect the operating system it is running on and then download the appropriate version of Firefox or Chrome.
https://github.com/aliilapro/browser-downloader

aliilapro bash-script chrome firefox

Last synced: 4 months ago
JSON representation

This script will detect the operating system it is running on and then download the appropriate version of Firefox or Chrome.

Awesome Lists containing this project

README

          

# Browser Downloader
This script will detect the operating system it is running on and then download the appropriate version of Firefox or Chrome. It will download the files to the current directory and print a message when the downloads are complete. Note that this script requires the curl command to be installed on the system.

## Usage
To use Browser Downloader, follow these steps:

1. Clone the repository or download the script file `browser-downloader.sh`.
3. Run the script.
4. The script will automatically detect the operating system you are using and download the appropriate version of Firefox and Chrome.

## Dependencies
Browser Downloader requires the `curl` command-line tool to be installed on your system. If you're not sure whether `curl` is installed, open a terminal and enter the following command:

`curl --version`

If `curl` is not installed, you can install it using your system's package manager. For example, on Ubuntu or Debian, you can install `curl` using the following command:

`sudo apt-get install curl`

On macOS, you can install curl using the Homebrew package manager:

`brew install curl`

On Windows, you can download the `curl` executable from the [official website.](https://curl.se/windows/)