From 453f3a22ac84420b4d7160052dd322dc08b696a3 Mon Sep 17 00:00:00 2001 From: ReachableCEO Date: Mon, 29 Dec 2025 14:17:08 -0500 Subject: [PATCH] a few minor annoyances now addressed --- ProjectCode/SetupNewSystem.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ProjectCode/SetupNewSystem.sh b/ProjectCode/SetupNewSystem.sh index 268fbf1..48205a1 100644 --- a/ProjectCode/SetupNewSystem.sh +++ b/ProjectCode/SetupNewSystem.sh @@ -106,10 +106,14 @@ function global-installPackages() { chrony \ telnet \ inetutils-telnet \ + wpasupplicant \ + modemmanager \ nano \ multipath-tools \ || true + apt-get --purge autoremove + # add stuff we want print_info ""Now installing all the packages...""