ExideShark is a powerful and user-friendly tool designed to streamline the process of installing programs on Linux systems. This script automates the installation of various software packages, saving users time and effort. Whether you're setting up a new system or managing multiple installations, ExideShark simplifies the task of installing and configuring essential programs.
Inspiration from Anthony of LTT
Step 1: Get the executable file via wget:
git clone https://github.com/ppranav06/exideshark
Step 2: Change permissions to make file as executable after switching to the directory
cd exideshark
chmod +x ./exideshark.sh
Step 3: Run the executable with sudo (not as root user)
sudo ./exideshark.sh
-
Launch Server version
-
Improve documentation/ Write an extensive documentation for it
-
Optimize program performance and enhance user-friendliness (Consider shifting the codebase to Rust if possible)