added a couple missing yum packages
[feisty_meow.git] / 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...