added kgpg as os package for prep
authorFred Hamster <fred@gruntose.com>
Tue, 29 Apr 2025 18:41:21 +0000 (14:41 -0400)
committerFred Hamster <fred@gruntose.com>
Tue, 29 Apr 2025 18:41:21 +0000 (14:41 -0400)
scripts/core/prep_feisty_host.sh

index c48386a64a46bbdf27d8e535128dce01e5f9a314..f61c600f38e7f43220cff7d94203e60548e154ee 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 mariadb-client openssh-server )
+  PAX=(apt-file bind9-dnsutils git gitk gparted kgpg mariadb-client openssh-server )
 elif [ "$opsystem_here" == "redhatty" ]; then
-  PAX=(bind9-dnsutils git gitk gparted mariadb-client openssh-server )
-#untested: bind9-dnsutils mariadb-client 
+  PAX=(bind9-dnsutils git gitk gparted kgpg mariadb-client openssh-server )
+#untested: bind9-dnsutils mariadb-client kgpg
 elif [ "$opsystem_here" == "macos" ]; then
-  PAX=(bind9-dnsutils git gitk mariadb-client openssh-server )
-#untested: bind9-dnsutils mariadb-client 
+  PAX=(bind9-dnsutils git gitk kgpg mariadb-client openssh-server )
+#untested: bind9-dnsutils mariadb-client kgpg
 elif [ "$opsystem_here" == "windoze" ]; then
-  PAX=(apt-file bind9-dnsutils git gitk gparted mariadb-client openssh-server )
-#untested: apt-file bind9-dnsutils mariadb-client 
+  PAX=(apt-file bind9-dnsutils git gitk gparted kgpg mariadb-client openssh-server )
+#untested: apt-file bind9-dnsutils mariadb-client kgpg
 fi
 
 install_system_package "${PAX[@]}"