Add -y to yum when installing epel
authorChris Sharp <csharp@georgialibraries.org>
Tue, 23 May 2017 19:50:06 +0000 (15:50 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Tue, 23 May 2017 19:50:06 +0000 (15:50 -0400)
src/extras/Makefile.install

index 5449a46..e872c6b 100644 (file)
@@ -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: