This script automates the installation process on servers on Ubuntu 22. It allows the user to automate and handles the installation and setup process accordingly.
Follow these steps to run the installation script:
- Clone the Repository: Clone this repository to your local machine.
git clone https://github.com/shivm04/install-script.git
- Execution permission: Give the execution permissions to this script
chmod +x mysql-install.sh
- Run the script: Run the script
./mysql-install.sh OR /bin/bash mysql-install.sh