diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2020-06-08 11:52:47 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2020-06-08 11:52:47 +0300 |
commit | bf88ce9120c3d45bb2c04f6cfd69264f13ba6d5c (patch) | |
tree | 697f4a6fcffbaaa8df3fadde1677ed3ef9aced6a /gitstatus | |
parent | ed9d5a7088b2427bb261d7771db9fa3025984367 (diff) | |
parent | b93f9663c5e4e9d914c4389fc405bc7ec7382b57 (diff) |
Merge commit 'b93f9663c5e4e9d914c4389fc405bc7ec7382b57'
Diffstat (limited to 'gitstatus')
-rwxr-xr-x | gitstatus/install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitstatus/install b/gitstatus/install index 42428f74..c5b15d22 100755 --- a/gitstatus/install +++ b/gitstatus/install @@ -294,7 +294,7 @@ END fi fi local cmd part url ret - for cmd in 'curl -q -fsSL' 'wget --no-config -qO-'; do + for cmd in 'curl -q -fsSL' 'wget --no-config -qO-' 'wget -qO-' 'curl -fsSL'; do part=0 while true; do if [ "$part" = 2 ]; then |