Add Debian dependency installer and run it from all.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user