From 2dcd8369fe7e6c7664f5e18324e85e0c4eebb2d5 Mon Sep 17 00:00:00 2001 From: Joseph Sutton Date: Mon, 10 Oct 2022 13:54:08 +1300 Subject: bootstrap: Remove duplicate line from CentOS 8 powertools install This was missed in 136ec5bc01e2648bae34a1158f923fbf5a86d561 when we moved to CentOS 8 stream. Signed-off-by: Joseph Sutton Reviewed-by: Stefan Metzmacher --- bootstrap/generated-dists/centos8s/bootstrap.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bootstrap/generated-dists/centos8s/bootstrap.sh') diff --git a/bootstrap/generated-dists/centos8s/bootstrap.sh b/bootstrap/generated-dists/centos8s/bootstrap.sh index cc3d92eaeb4..0dc04a843dd 100755 --- a/bootstrap/generated-dists/centos8s/bootstrap.sh +++ b/bootstrap/generated-dists/centos8s/bootstrap.sh @@ -12,8 +12,7 @@ yum install -y dnf-plugins-core yum install -y epel-release yum -v repolist all -yum config-manager --set-enabled powertools -y || \ - yum config-manager --set-enabled powertools -y +yum config-manager --set-enabled powertools -y yum update -y -- cgit v1.2.1