summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bootstrap/config.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/bootstrap/config.py b/bootstrap/config.py
index 627b7e11397..3d388f31800 100644
--- a/bootstrap/config.py
+++ b/bootstrap/config.py
@@ -210,11 +210,11 @@ YUM_BOOTSTRAP = r"""
{GENERATED_MARKER}
set -xueo pipefail
-yum -y -q update
-yum -y -q install epel-release
-yum -y -q update
+yum update -y
+yum install -y epel-release
+yum update -y
-yum -y -q --verbose install \
+yum install -y \
{pkgs}
yum clean all