From 5090b62113e7192728cd93aca4d0e7187b88bbd3 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Fri, 10 Jan 2025 16:57:04 +0100 Subject: [PATCH] add mariadb-server --- install/ghost-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/ghost-install.sh b/install/ghost-install.sh index bce232ce9..d569ac28a 100644 --- a/install/ghost-install.sh +++ b/install/ghost-install.sh @@ -21,7 +21,7 @@ $STD apt-get install -y \ sudo \ mc \ nginx \ - mysql-server \ + mariadb-server \ ca-certificates \ gnupg msg_ok "Installed Dependencies"