From 79a410b8f557f6d0a8185580a8396e31cb6fdb35 Mon Sep 17 00:00:00 2001 From: Kayou Date: Thu, 18 May 2023 02:06:35 +0200 Subject: [PATCH] add mariadb-server as a dependency --- utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.sh b/utils.sh index 1ebcf0d..b38549f 100755 --- a/utils.sh +++ b/utils.sh @@ -135,7 +135,7 @@ get_dependencies() if [[ "$debian_version" == "bookworm" ]] then # We add php8.2-cli and mariadb-client to the dependencies for test_app_resources - YUNOHOST_DEPENDENCIES="$YUNOHOST_DEPENDENCIES php8.2-cli mariadb-client" + YUNOHOST_DEPENDENCIES="$YUNOHOST_DEPENDENCIES php8.2-cli mariadb-client mariadb-server" PIP3_PKG="$PIP3_PKG --break-system-packages" fi }