projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a43640
)
yet another dependency
author
Chris Koeritz
<fred@gruntose.com>
Thu, 16 Jun 2022 22:42:15 +0000
(18:42 -0400)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/scripts/core/prep_feisty_host.sh
b/scripts/core/prep_feisty_host.sh
index cb8ce9c083250d249c0de030e0d57109e0c03dfa..c068fa5a5e79de56e2d29ebb88224774d416294b 100644
(file)
--- 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++ ma
ke ma
wk openssl-devel.x86_64 zlib-devel
exit_on_error $PHASE_MESSAGE
elif [ ! -z "$IS_DARWIN" ]; then
# macos based...