Set up mysql and db

This commit is contained in:
2025-05-15 19:22:59 +02:00
parent 082e06be7b
commit fa0530e18c
3 changed files with 23 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/usr/bin/env bash
# Setting up the mysql
sudo apt update -y && sudo apt upgrade -y
sudo apt install mysql-server