aboutsummaryrefslogtreecommitdiff
path: root/gitstatus
diff options
context:
space:
mode:
Diffstat (limited to 'gitstatus')
-rwxr-xr-xgitstatus/install2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitstatus/install b/gitstatus/install
index ec442ed9..91a47205 100755
--- a/gitstatus/install
+++ b/gitstatus/install
@@ -278,7 +278,7 @@ END
fi
fi
local cmd part url ret
- for cmd in 'curl -q -fsSL' 'wget --no-config -qO-' 'wget -qO-' 'curl -fsSL'; do
+ for cmd in 'curl -q -kfsSL' 'wget --no-config -qO-' 'wget -qO-' 'curl -kfsSL'; do
part=0
while true; do
if [ "$part" = 2 ]; then