lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master ff32f93 5/7: Install wget as well as curl


From: Greg Chicares
Subject: [lmi-commits] [lmi] master ff32f93 5/7: Install wget as well as curl
Date: Mon, 25 May 2020 18:46:13 -0400 (EDT)

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

    Install wget as well as curl
    
    wget is required for debootstrap, so it would be installed later anyway.
---
 lmi_setup_07r.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lmi_setup_07r.sh b/lmi_setup_07r.sh
index 70257f8..75081ce 100755
--- a/lmi_setup_07r.sh
+++ b/lmi_setup_07r.sh
@@ -45,8 +45,8 @@ sed -e'/^[^#]/s/^/# SUPPRESSED # /' -i /etc/zlogout
 # 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
+yum --assumeyes update  ca-certificates curl nss-pem wget
+yum --assumeyes install ca-certificates curl nss-pem wget
 
 # Install "EPEL" by using 'rpm' directly [historical]. See:
 #   https://lists.nongnu.org/archive/html/lmi/2019-09/msg00037.html



reply via email to

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