From b0d1ae0a3ecf508820b369dea96c0db189a851dc Mon Sep 17 00:00:00 2001 From: ReachableCEO Date: Thu, 10 Jul 2025 10:13:23 -0500 Subject: [PATCH] . --- ProjectCode/SetupNewSystem.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ProjectCode/SetupNewSystem.sh b/ProjectCode/SetupNewSystem.sh index 22a8182..0eb8431 100644 --- a/ProjectCode/SetupNewSystem.sh +++ b/ProjectCode/SetupNewSystem.sh @@ -114,16 +114,13 @@ 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 --yes -o Dpkg::Options::="--force-confold" install \ + DEBIAN_FRONTEND="noninteractive" apt-get -qq --yes -o Dpkg::Options::="--force-confold" install \ virt-what \ auditd \ audispd-plugins \ cloud-guest-utils \ aide \ htop \ - dstat \ snmpd \ ncdu \ iftop \