harmonizing shebang for scripts
[feisty_meow.git] / scripts / core / prep_feisty_host.sh
index cb8ce9c083250d249c0de030e0d57109e0c03dfa..7574f345dedd6a017c5e4d8dc9aaf4839b229a87 100644 (file)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 # this is the feisty meow host preparation script.  it installs all the packages required to run and build feisty meow scripts and applications.
 # this script may still be a bit incomplete; we definitely use a lot of unix and linux tools in different scripts.
@@ -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...