From bb5f4d50a726519bfd789eed499a686a29535341 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Thu, 16 Jun 2022 18:42:15 -0400 Subject: [PATCH] yet another dependency a really bare alma host needs to have gnu make installed. who knew? --- scripts/core/prep_feisty_host.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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... -- 2.34.1