Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.03 KB

File metadata and controls

27 lines (17 loc) · 1.03 KB

Ubuntu Performance Setup Menu

A simple yet powerful Bash script for Ubuntu users to quickly install essential packages and development tools with an easy-to-use selection menu.

Features

  • Net Tools: Install networking utilities such as net-tools and wireless-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.

Installation

  1. Clone the Repository:

    Clone the repository to your local machine by running the following command:

    git clone https://github.com/itswyattfr/devkit-bash.git
  2. Make the Script Executable:

    In your terminal, run the following command to give the script execution permissions:

    chmod +x ./devkit-bash/devkit.sh