From: Andreas Schneider Date: Tue, 30 Apr 2019 06:33:15 +0000 (+0200) Subject: bootstrap: Fix yum commands X-Git-Tag: tdb-1.4.1~188 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4607ed73354716367e71f575d18bd8f5ba8e926d;p=thirdparty%2Fsamba.git bootstrap: Fix yum commands Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlett --- diff --git a/bootstrap/config.py b/bootstrap/config.py index 627b7e11397..3d388f31800 100644 --- a/bootstrap/config.py +++ b/bootstrap/config.py @@ -210,11 +210,11 @@ YUM_BOOTSTRAP = r""" {GENERATED_MARKER} set -xueo pipefail -yum -y -q update -yum -y -q install epel-release -yum -y -q update +yum update -y +yum install -y epel-release +yum update -y -yum -y -q --verbose install \ +yum install -y \ {pkgs} yum clean all