X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Fprep_feisty_host.sh;h=cb02013f357798b429523fa7f28c68c2fd2397f8;hb=4fededdaaf1036d8315d7a55bbab8e39d5e16ef7;hp=5dc95e06c0406ff943f45d60c04399ccc3a27982;hpb=112d93cc9fa3b5239facc38859d3c7bf09219dec;p=feisty_meow.git diff --git a/scripts/core/prep_feisty_host.sh b/scripts/core/prep_feisty_host.sh index 5dc95e06..cb02013f 100644 --- a/scripts/core/prep_feisty_host.sh +++ b/scripts/core/prep_feisty_host.sh @@ -144,7 +144,7 @@ if whichable apt; then exit_on_error $PHASE_MESSAGE elif whichable yum; then # rpm based with yum available... - sudo yum install curl-devel gcc gcc-c++ make mawk openssl-devel.x86_64 zlib-devel + sudo yum install curl-devel gcc gcc-c++ make gawk openssl-devel.x86_64 zlib-devel exit_on_error $PHASE_MESSAGE elif [ ! -z "$IS_DARWIN" ]; then # macos based...