From cdd322448257b6806f0874fd2872bb8c2ce8def9 Mon Sep 17 00:00:00 2001 From: allan Date: Sat, 29 Nov 2025 13:42:49 +0100 Subject: [PATCH] added mysql installer link --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2baac2b..41bf88c 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,11 @@ You must already have: ✔ MariaDB/MySQL installed ✔ Root access (script checks and exits if missing) -If you’re missing components: +### Optional Installers (if you need them — saves you some googling) -* https://git.x-files.dk/webserver/nginx-ubuntu -* https://git.x-files.dk/database/mariadb-ubuntu +- [Install Nginx + PHP-FPM on Ubuntu](https://git.x-files.dk/webserver/nginx-ubuntu) +- [Install MariaDB on Ubuntu](https://git.x-files.dk/database/mariadb-ubuntu) +- [Install MySQL on Ubuntu](https://git.x-files.dk/database/mysql-ubuntu) ---