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.
- Host: GitHub
- URL: https://github.com/aliilapro/browser-downloader
- Owner: ALIILAPRO
- License: gpl-3.0
- Created: 2023-02-20T07:48:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-21T00:10:45.000Z (over 3 years ago)
- Last Synced: 2025-04-10T20:55:12.183Z (about 1 year ago)
- Topics: aliilapro, bash-script, chrome, firefox
- Language: Shell
- Homepage:
- Size: 17.6 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)