A simple yet powerful Bash script for Ubuntu users to quickly install essential packages and development tools with an easy-to-use selection menu.
- Net Tools: Install networking utilities such as
net-toolsandwireless-tools. - Developer Essentials: Install common development tools like Python, Node.js, and build essentials.
- Development Kit: Install web development tools like Apache, PHP, and other server essentials.
- Install All: Install all the essential packages at once.
The script provides a text-based menu to select what you want to install, and will confirm before proceeding with each package.
-
Clone the Repository:
Clone the repository to your local machine by running the following command:
git clone https://github.com/itswyattfr/devkit-bash.git
-
Make the Script Executable:
In your terminal, run the following command to give the script execution permissions:
chmod +x ./devkit-bash/devkit.sh