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
- Download the
install.sh
file from this repository. - Open a terminal and navigate to the directory where you downloaded the script.
- Run the following command to make the script executable:
chmod +x install.sh
- Run the script as follows:
sudo ./install.sh
- This script is only tested on Ubuntu-based systems.
- The system must have an active internet connection for the script to download the software.
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!