summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bootstrap/config.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/config.py b/bootstrap/config.py
index d8bb7cf9654..6f2b2bfd832 100644
--- a/bootstrap/config.py
+++ b/bootstrap/config.py
@@ -218,9 +218,9 @@ DNF_BOOTSTRAP = r"""
{GENERATED_MARKER}
set -xueo pipefail
-dnf -y -q update
+dnf update -y
-dnf -y -q --verbose install \
+dnf install -y \
{pkgs}
dnf clean all