Batch Install Script for Linux Setup
This script facilitates the installation of multiple applications in a single run, particularly useful for students or users setting up a Linux system for the first time.
Prerequisites
Before running the script, ensure that curl
is installed on your system.
Install curl
on Ubuntu/Debian
sudo apt update
sudo apt install curl -y
Install curl
on CentOS/Fedora
sudo dnf install curl
Install curl
on MacOS
brew install curl
Script Installation
Running this command on your terminal will walk you through the installation steps.
/bin/bash <(curl https://raw.githubusercontent.com/thatbackendguy/batch-install/main/installscript.sh)
Installed Programs
The script installs the following programs:
- build-essentials
- Brave Browser
- Google Chrome
- VS Code
- Discord
- VLC
- Filezilla
- Anydesk
- GIT
- GIT CLI
- Github Desktop
- Virtual Box
- Python3
- net-tools
- Monitoring Apps - nvtop, htop, sysstat, fping, traceroute, nmap
- Nodejs
- Wireshark
- SSH
- Telnet
- Java JDK & JRE 17
Congratulations! 🎉
You have successfully installed the programs without any hassle. ✅