6 lines
116 B
Bash
6 lines
116 B
Bash
#!/usr/bin/env bash
|
|
|
|
# Setting up the mysql
|
|
sudo apt update -y && sudo apt upgrade -y
|
|
sudo apt install mysql-server
|