Add Debian dependency installer and run it from all.sh

This commit is contained in:
2025-12-14 18:32:50 +01:00
parent e352e92c3c
commit 6c00ac8ee6
2 changed files with 105 additions and 0 deletions

View File

@@ -7,6 +7,10 @@ cd "$ROOT"
# Defaults suitable for automation
: "${CLEAN:=1}"
: "${PREFIX:=/usr/local/imap}"
: "${DEPS_AUTO:=1}"
# Install deps first (Debian/Ubuntu)
./scripts/deps-debian.sh
./scripts/apply-patches.sh
CLEAN="$CLEAN" ./scripts/build.sh