From: Andreas Schneider Date: Tue, 23 Apr 2019 09:40:07 +0000 (+0200) Subject: bootstrap: Fix dnf commands X-Git-Tag: tdb-1.4.1~300 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6aff7333b95cc450918c69a2a563d473acf043c;p=thirdparty%2Fsamba.git bootstrap: Fix dnf commands Signed-off-by: Andreas Schneider Reviewed-by: Ralph Boehme --- 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