From b7036f4c360b332ed0e93d0094e790b149f1da5d Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 11 Aug 2026 14:53:36 +0800 Subject: [PATCH] fix: remove mysql-client from apt deps (conflicts with MariaDB) --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 918df35..321eafa 100644 --- a/build.sh +++ b/build.sh @@ -44,7 +44,7 @@ mkdir -p "${CDIR}/app" "${CDIR}/conf" "${CDIR}/files" "${CDIR}/logs" \ blue "[1/10] 系统依赖..." sudo apt-get update -qq sudo apt-get install -y -qq python3-venv python3-pip python3-dev \ - build-essential nfs-common mysql-client + build-essential nfs-common green " OK" # ============================================================