added surprisingly missing net-tools for prep dev
authorfred t. hamster <fred@gruntose.com>
Tue, 6 May 2025 01:02:25 +0000 (21:02 -0400)
committerfred t. hamster <fred@gruntose.com>
Tue, 6 May 2025 01:02:25 +0000 (21:02 -0400)
scripts/core/prep_feisty_host.sh

index f61c600f38e7f43220cff7d94203e60548e154ee..2a875b86834c1842f8c511cb4cacaa9c4d1bad75 100644 (file)
@@ -202,16 +202,16 @@ PAX=(noop)
 PHASE_MESSAGE="installing crucial OS packages"
 
 if [ "$opsystem_here" == "debianesque" ]; then
-  PAX=(apt-file bind9-dnsutils git gitk gparted kgpg mariadb-client openssh-server )
+  PAX=(apt-file bind9-dnsutils git gitk gparted kgpg mariadb-client net-tools openssh-server )
 elif [ "$opsystem_here" == "redhatty" ]; then
-  PAX=(bind9-dnsutils git gitk gparted kgpg mariadb-client openssh-server )
-#untested: bind9-dnsutils mariadb-client kgpg
+  PAX=(bind9-dnsutils git gitk gparted kgpg mariadb-client net-tools openssh-server )
+#untested: bind9-dnsutils mariadb-client kgpg net-tools 
 elif [ "$opsystem_here" == "macos" ]; then
-  PAX=(bind9-dnsutils git gitk kgpg mariadb-client openssh-server )
-#untested: bind9-dnsutils mariadb-client kgpg
+  PAX=(bind9-dnsutils git gitk kgpg mariadb-client net-tools openssh-server )
+#untested: bind9-dnsutils mariadb-client kgpg net-tools 
 elif [ "$opsystem_here" == "windoze" ]; then
-  PAX=(apt-file bind9-dnsutils git gitk gparted kgpg mariadb-client openssh-server )
-#untested: apt-file bind9-dnsutils mariadb-client kgpg
+  PAX=(apt-file bind9-dnsutils git gitk gparted kgpg mariadb-client net-tools openssh-server )
+#untested: apt-file bind9-dnsutils mariadb-client kgpg net-tools 
 fi
 
 install_system_package "${PAX[@]}"