Skip to content

Latest commit

 

History

History
67 lines (41 loc) · 1.72 KB

README.md

File metadata and controls

67 lines (41 loc) · 1.72 KB

Online Browser Installer

This Bash script enables you to quickly install various web browsers using Docker containers. It provides a simple menu interface for selecting the browser you want to install.

Features

  • Installation of multiple web browsers including Chromium, Firefox, Opera, and Mullvad Browser.
  • Easy-to-use menu interface for browser selection.
  • Docker-based installation ensures easy deployment and isolation.

Preview

Online Browser Installer

Video

Watch the video

Usage

Running in Google Cloud Shell

  • You can use this script directly in the Google Cloud Shell by running the following command:
curl -sLkO hammou.ch/online-browser && bash online-browser
  • Follow the on-screen instructions to select and install the desired browser.
  • When the download is finished, click on the web preview icon and choose Change port from the menu.
  • Type port 3000 and click change and preview.

Cloning the Repository

  1. Clone this repository to your local machine:

    git clone https://github.com/hhammouch/online-browser.git
  2. Navigate to the cloned directory:

    cd online-browser

Running the Script

  1. Make the script executable:

    chmod +x online-browser.sh
  2. Run the script:

    ./online-browser.sh

Selecting a Browser

  1. Follow the on-screen instructions to select and install the desired browser.

License

This project is licensed under the MIT License. See the LICENSE file for details.