From 82b268480db3eff24b6a917148bfdf3277091b63 Mon Sep 17 00:00:00 2001 From: Fred Hamster Date: Tue, 29 Apr 2025 14:41:21 -0400 Subject: [PATCH] added kgpg as os package for prep --- scripts/core/prep_feisty_host.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/scripts/core/prep_feisty_host.sh b/scripts/core/prep_feisty_host.sh index c48386a6..f61c600f 100644 --- a/scripts/core/prep_feisty_host.sh +++ b/scripts/core/prep_feisty_host.sh @@ -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[@]}" -- 2.34.1