From b5d09e64f06e5689b6f1f516ba4f1f826e664b67 Mon Sep 17 00:00:00 2001 From: ReachableCEO Date: Thu, 10 Jul 2025 10:09:58 -0500 Subject: [PATCH] we want a bit of observability here.. --- ProjectCode/SetupNewSystem.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ProjectCode/SetupNewSystem.sh b/ProjectCode/SetupNewSystem.sh index bc2a66c..150a5ec 100644 --- a/ProjectCode/SetupNewSystem.sh +++ b/ProjectCode/SetupNewSystem.sh @@ -114,7 +114,8 @@ function global-installPackages() { print_info ""Now installing all the packages..."" - DEBIAN_FRONTEND="noninteractive" apt-get -qq --yes -o Dpkg::Options::="--force-confold" install \ + #DEBIAN_FRONTEND="noninteractive" apt-get -qq --yes -o Dpkg::Options::="--force-confold" install \ + apt-get -qq --yes -o Dpkg::Options::="--force-confold" install \ virt-what \ auditd \ audispd-plugins \