fix: remove mysql-client from apt deps (conflicts with MariaDB)

This commit is contained in:
yumoqing 2026-08-11 14:53:36 +08:00
parent abf66e3435
commit b7036f4c36

View File

@ -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"
# ============================================================