lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master a74b664 1/3: Attempt to work around a redhat


From: Greg Chicares
Subject: [lmi-commits] [lmi] master a74b664 1/3: Attempt to work around a redhat problem
Date: Fri, 7 Feb 2020 07:38:25 -0500 (EST)

branch: master
commit a74b664514aead3794b48ef04dd70a3ff52664b9
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Attempt to work around a redhat problem
---
 install_redhat.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/install_redhat.sh b/install_redhat.sh
index c5af97a..cf3deaf 100755
--- a/install_redhat.sh
+++ b/install_redhat.sh
@@ -64,6 +64,9 @@ sed -e'/^[^#]/s/^/# SUPPRESSED # /' -i /etc/zlogout
 # and then they'll be available in that environment.
 
 # Fix weird errors like "Problem with the SSL CA cert (path? access rights?)".
+# Try 'update' before 'install' as described here:
+#   https://lists.nongnu.org/archive/html/lmi/2020-02/msg00003.html
+yum --assumeyes update ca-certificates curl nss-pem
 yum --assumeyes install ca-certificates curl nss-pem
 
 # Install "EPEL" by using 'rpm' directly [historical]. See:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]