From a1373912fc072144b89c671cb8c72c6c8c7a32bd Mon Sep 17 00:00:00 2001 From: Goran Jelic-Cizmek Date: Tue, 23 Jul 2024 12:50:54 +0200 Subject: [PATCH] Try without verification? --- scripts/install_redhat_centos_7.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/install_redhat_centos_7.sh b/scripts/install_redhat_centos_7.sh index cbd482f..2b09838 100755 --- a/scripts/install_redhat_centos_7.sh +++ b/scripts/install_redhat_centos_7.sh @@ -14,33 +14,33 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 [updates] name=CentOS-\$releasever - Updates baseurl=http://vault.centos.org/7.9.2009/updates/\$basearch/ -gpgcheck=1 +gpgcheck=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 [extras] name=CentOS-\$releasever - Extras baseurl=http://vault.centos.org/7.9.2009/extras/\$basearch/ -gpgcheck=1 +gpgcheck=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 [centosplus] name=CentOS-\$releasever - Plus baseurl=http://vault.centos.org/7.9.2009/centosplus/\$basearch/ -gpgcheck=1 +gpgcheck=0 enabled=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 [centos-sclo-rh] name=CentOS-\$releasever - SCLo rh baseurl=http://vault.centos.org/7.9.2009/sclo/\$basearch/rh/ -gpgcheck=1 +gpgcheck=0 enabled=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 [centos-sclo-sclo] name=CentOS-\$releasever - SCLo sclo baseurl=http://vault.centos.org/7.9.2009/sclo/\$basearch/sclo/ -gpgcheck=1 +gpgcheck=0 enabled=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 EOF