From: Chris Koeritz Date: Thu, 16 Jun 2022 22:42:15 +0000 (-0400) Subject: yet another dependency X-Git-Tag: 2.140.136^2~30 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;ds=inline;h=bb5f4d50a726519bfd789eed499a686a29535341;p=feisty_meow.git yet another dependency a really bare alma host needs to have gnu make installed. who knew? --- diff --git a/scripts/core/prep_feisty_host.sh b/scripts/core/prep_feisty_host.sh index cb8ce9c0..c068fa5a 100644 --- a/scripts/core/prep_feisty_host.sh +++ b/scripts/core/prep_feisty_host.sh @@ -140,7 +140,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++ mawk openssl-devel.x86_64 zlib-devel + sudo yum install curl-devel gcc gcc-c++ make mawk openssl-devel.x86_64 zlib-devel exit_on_error $PHASE_MESSAGE elif [ ! -z "$IS_DARWIN" ]; then # macos based...