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.
- 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.
- 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.
-
Clone this repository to your local machine:
git clone https://github.com/hhammouch/online-browser.git
-
Navigate to the cloned directory:
cd online-browser
-
Make the script executable:
chmod +x online-browser.sh
-
Run the script:
./online-browser.sh
- Follow the on-screen instructions to select and install the desired browser.
This project is licensed under the MIT License. See the LICENSE file for details.