From a6aff7333b95cc450918c69a2a563d473acf043c Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 23 Apr 2019 11:40:07 +0200 Subject: bootstrap: Fix dnf commands Signed-off-by: Andreas Schneider Reviewed-by: Ralph Boehme --- bootstrap/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bootstrap/config.py') 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 -- cgit v1.2.1