From 4d7936227a580a5235b144f9908258be4d150ab2 Mon Sep 17 00:00:00 2001 From: Karol Latecki Date: Wed, 6 May 2020 17:30:40 +0200 Subject: [PATCH] scripts/pkgdep: add missing "assume yes" to install command Change-Id: I2a1a22e9d665a5b806b42db504062780f4f5ce53 Signed-off-by: Karol Latecki Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/2220 Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins Reviewed-by: Jim Harris Reviewed-by: Tomasz Zawadzki --- scripts/pkgdep.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pkgdep.sh b/scripts/pkgdep.sh index 4152ca6c3..0f9443180 100755 --- a/scripts/pkgdep.sh +++ b/scripts/pkgdep.sh @@ -148,7 +148,7 @@ if [ -s /etc/redhat-release ]; then # Add EPEL repository for CUnit-devel and libunwind-devel if echo "$ID $VERSION_ID" | grep -E -q 'rhel 7|centos 7|centos 8'; then if ! rpm --quiet -q epel-release; then - yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm + yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm fi if [[ $ID = 'rhel' ]]; then