projects
/
working
/
OpenSRF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99885fb
)
Add -y to yum when installing epel
author
Chris Sharp
<csharp@georgialibraries.org>
Tue, 23 May 2017 19:50:06 +0000
(15:50 -0400)
committer
Chris Sharp
<csharp@georgialibraries.org>
Tue, 23 May 2017 19:50:06 +0000
(15:50 -0400)
src/extras/Makefile.install
patch
|
blob
|
history
diff --git
a/src/extras/Makefile.install
b/src/extras/Makefile.install
index
5449a46
..
e872c6b
100644
(file)
--- a/
src/extras/Makefile.install
+++ b/
src/extras/Makefile.install
@@
-248,7
+248,7
@@
apache_perl_mod:
# CentOS
install_epel:
- yum install epel-release
+ yum
-y
install epel-release
yum update -y
install_cpan_centos: