lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master e21376a: Demodernize wget options


From: Greg Chicares
Subject: [lmi-commits] [lmi] master e21376a: Demodernize wget options
Date: Mon, 17 Feb 2020 10:25:45 -0500 (EST)

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

    Demodernize wget options
    
    RHEL 7.6 provides the archaic wget-1.14 from 2011, which doesn't support
    '--show-progress'.
---
 lmi_setup_inc.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lmi_setup_inc.sh b/lmi_setup_inc.sh
index 961cb63..0685f10 100755
--- a/lmi_setup_inc.sh
+++ b/lmi_setup_inc.sh
@@ -30,7 +30,7 @@
 
 set -vx
 
-WGETFLAGS='--timestamping --no-verbose --show-progress'
+WGETFLAGS='--timestamping --no-verbose'
 
 CODENAME=bullseye
 CHRTVER=1



reply via email to

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