added bind9-dnsutils as OS package
authorChris Koeritz <fred@gruntose.com>
Sat, 25 Jan 2025 08:26:43 +0000 (03:26 -0500)
committerChris Koeritz <fred@gruntose.com>
Sat, 25 Jan 2025 08:26:43 +0000 (03:26 -0500)
scripts/core/prep_feisty_host.sh

index 6938efae1a51289c61d3cba06eccacbd986a2dbf..8ef1e156d07de5b8ee37595032bf93f049443fa0 100644 (file)
@@ -196,13 +196,16 @@ PAX=(noop)
 PHASE_MESSAGE="installing crucial OS packages"
 
 if [ "$opsystem_here" == "debianesque" ]; then
-  PAX=(gparted openssh-server )
+  PAX=(bind9-dnsutils gparted openssh-server )
 elif [ "$opsystem_here" == "redhatty" ]; then
-  PAX=(gparted openssh-server )
+  PAX=(bind9-dnsutils gparted openssh-server )
+#untested: bind9-dnsutils
 elif [ "$opsystem_here" == "macos" ]; then
-  PAX=(openssh-server )
+  PAX=(bind9-dnsutils openssh-server )
+#untested: bind9-dnsutils
 elif [ "$opsystem_here" == "windoze" ]; then
-  PAX=(gparted openssh-server )
+  PAX=(bind9-dnsutils gparted openssh-server )
+#untested: bind9-dnsutils
 fi
 
 install_system_package "${PAX[@]}"