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...""