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