bootstrap: Fix dnf commands
authorAndreas Schneider <asn@samba.org>
Tue, 23 Apr 2019 09:40:07 +0000 (11:40 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Thu, 25 Apr 2019 10:47:16 +0000 (10:47 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
bootstrap/config.py

index d8bb7cf9654fc7760d388235fac8f6c67b62ea99..6f2b2bfd832e11aee7554f54946fe85a1a449621 100644 (file)
@@ -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