/App-Installer-Linux

Bash script to Automate Linux programs installation

Primary LanguageShell

Daily Essentials Software Installer

This is a Bash script that automates the installation of important daily use software collection on Ubuntu-based systems. The script will download and install the following software:

  • Zoom
  • Brave Browser
  • Visual Studio Code
  • VLC Media Player
  • uGet Download Manager
  • LibreOffice Office Suite
  • Discord Chat Client
  • OBS Studio for screen recording

Usage

  1. Download the install.sh file from this repository.
  2. Open a terminal and navigate to the directory where you downloaded the script.
  3. Run the following command to make the script executable:
chmod +x install.sh
  1. Run the script as follows:
sudo ./install.sh

Requirements

  • This script is only tested on Ubuntu-based systems.
  • The system must have an active internet connection for the script to download the software.

Contributing

If you would like to contribute to this project, please feel free to fork the repository and create a pull request. Any contributions, suggestions, or feedback is highly appreciated!