From: Chris Koeritz Date: Tue, 14 Jun 2022 20:21:30 +0000 (-0400) Subject: added a couple missing yum packages X-Git-Tag: 2.140.136^2~35 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=f5a696ab37bd0071cc80c30536775478f31655a6 added a couple missing yum packages found them starting from more of a blank alma host than i usually do. --- diff --git a/scripts/core/prep_feisty_host.sh b/scripts/core/prep_feisty_host.sh index d78e2320..364cc061 100644 --- a/scripts/core/prep_feisty_host.sh +++ b/scripts/core/prep_feisty_host.sh @@ -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...