From ebf6e8b01fd51943c632dd50debca2939cfcc8efffe8e5e9c16f58b530735882 Mon Sep 17 00:00:00 2001 From: "Marc S. Weidner" Date: Sun, 1 Jun 2025 11:21:36 +0200 Subject: [PATCH] V8.02.768.2025.06.01 Signed-off-by: Marc S. Weidner --- lib/lib_check_pkgs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lib_check_pkgs.sh b/lib/lib_check_pkgs.sh index b504e24..c48a492 100644 --- a/lib/lib_check_pkgs.sh +++ b/lib/lib_check_pkgs.sh @@ -22,7 +22,7 @@ check_pkgs() { fi if [[ -z "$(command -v dialog || true)" ]]; then - apt-get install --no-install-recommends dialog -y + if ! $VAR_HANDLER_AUTOBUILD; then apt-get install --no-install-recommends dialog -y; fi fi if [[ -z "$(command -v mkpasswd || true)" ]]; then