1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-16 00:23:52 +03:00

bootstrap: Fix dnf commands

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
This commit is contained in:
Andreas Schneider
2019-04-23 11:40:07 +02:00
committed by Andreas Schneider
parent fefb84b5b1
commit a6aff7333b

View 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