From: Chris Sharp Date: Tue, 23 May 2017 19:50:06 +0000 (-0400) Subject: Add -y to yum when installing epel X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=8d72d5a1aa46d769acd6a6db0fdbab72ef8c3609;p=working%2FOpenSRF.git Add -y to yum when installing epel --- diff --git a/src/extras/Makefile.install b/src/extras/Makefile.install index 5449a46..e872c6b 100644 --- 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: