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:
committed by
Andreas Schneider
parent
fefb84b5b1
commit
a6aff7333b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user