yet another dependency
authorChris Koeritz <fred@gruntose.com>
Thu, 16 Jun 2022 22:42:15 +0000 (18:42 -0400)
committerChris Koeritz <fred@gruntose.com>
Thu, 16 Jun 2022 22:42:15 +0000 (18:42 -0400)
a really bare alma host needs to have gnu make installed.  who knew?

scripts/core/prep_feisty_host.sh

index cb8ce9c083250d249c0de030e0d57109e0c03dfa..c068fa5a5e79de56e2d29ebb88224774d416294b 100644 (file)
@@ -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...