From 1eb720d3fbde2b27d218530186ad7fdd1affc8fd Mon Sep 17 00:00:00 2001 From: allan Date: Sat, 29 Nov 2025 13:54:50 +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 fb1007c..585a078 100644 --- a/README.md +++ b/README.md @@ -25,10 +25,11 @@ This script expects: ✔ PHP-FPM installed ✔ MariaDB/MySQL running *(socket or password mode supported)* -Need those first? +### 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) ---