added a couple missing yum packages
authorChris Koeritz <fred@gruntose.com>
Tue, 14 Jun 2022 20:21:30 +0000 (16:21 -0400)
committerChris Koeritz <fred@gruntose.com>
Tue, 14 Jun 2022 20:21:30 +0000 (16:21 -0400)
found them starting from more of a blank alma host than i usually do.

scripts/core/prep_feisty_host.sh

index d78e232021752f7cc4d8425af951bfa31b7ee295..364cc061a4211441a560301242961d625d29be06 100644 (file)
@@ -80,7 +80,7 @@ if whichable apt; then
   exit_on_error $PHASE_MESSAGE
 elif whichable yum; then  
   # rpm based with yum available...
-  sudo yum install perl-File-Which perl-Text-Diff
+  sudo yum install perl-Env perl-File-Which perl-Text-Diff
   exit_on_error $PHASE_MESSAGE
 elif [ ! -z "$IS_DARWIN" ]; then
   # macos based...
@@ -106,7 +106,7 @@ if whichable apt; then
   exit_on_error $PHASE_MESSAGE
 elif whichable yum; then  
   # rpm based with yum available...
-  sudo yum install mawk gcc gcc-c++ openssl-devel.x86_64 curl-devel
+  sudo yum install curl-devel gcc gcc-c++ mawk openssl-devel.x86_64 zlib-devel
   exit_on_error $PHASE_MESSAGE
 elif [ ! -z "$IS_DARWIN" ]; then
   # macos based...