From d89067ee64a949294cb984ec794aaf76179ecb10 Mon Sep 17 00:00:00 2001 From: Goran Jelic-Cizmek Date: Tue, 23 Jul 2024 12:34:37 +0200 Subject: [PATCH] Something to do with keys --- scripts/install_redhat_centos_7.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_redhat_centos_7.sh b/scripts/install_redhat_centos_7.sh index 9622eab..6c5bafc 100755 --- a/scripts/install_redhat_centos_7.sh +++ b/scripts/install_redhat_centos_7.sh @@ -46,7 +46,7 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 EOF ) echo "${contents}" > /etc/yum.repos.d/CentOS-Base.repo - +rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 yum clean all yum makecache