From: Chris Sharp Date: Sun, 27 Jan 2019 21:47:24 +0000 (-0500) Subject: updating yum/dnf options X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=a14f64564d03b0e0a4d07e6237489aeb6053de15;p=working%2FOpenSRF.git updating yum/dnf options Signed-off-by: Chris Sharp --- diff --git a/src/extras/Makefile.install b/src/extras/Makefile.install index 84f6281..72733a7 100644 --- a/src/extras/Makefile.install +++ b/src/extras/Makefile.install @@ -33,8 +33,8 @@ SHELL=/bin/bash LBITS=$(shell getconf LONG_BIT) APT_TOOL=apt-get -yq -FEDORA_YUM_TOOL=dnf -yq -CENTOS_YUM_TOOL=yum -yq +FEDORA_YUM_TOOL=dnf -y -q +CENTOS_YUM_TOOL=yum -y -q RPM_TOOL=rpm EJABBERD_URL=https://www.process-one.net/downloads/downloads-action.php?file=/ejabberd/18.12.1/ EJABBERD_RPM=ejabberd-18.12.1-0.x86_64.rpm