#!/usr/bin/env bash # Setting up the mysql sudo apt update -y && sudo apt upgrade -y sudo apt install mysql-server