From 1af638543631f2e7db64829c7412ed007047fa81 Mon Sep 17 00:00:00 2001 From: Roman Perepelitsa Date: Wed, 20 Oct 2021 14:05:33 +0200 Subject: [PATCH] Squashed 'gitstatus/' changes from cd98a3c2..eaf43011 eaf43011 when downloading gitstatusd, try curl/wget with user configs before trying without (https://github.com/romkatv/powerlevel10k/issues/1606) git-subtree-dir: gitstatus git-subtree-split: eaf43011246e359881931647747e8756a73a143a --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index 86824ece..981d280a 100755 --- a/install +++ b/install @@ -340,7 +340,7 @@ END fi fi local cmd part url ret - for cmd in 'curl -q -kfsSL' 'wget --no-config -qO-' 'wget -qO-' 'curl -kfsSL'; do + for cmd in 'curl -kfsSL' 'wget -qO-' 'curl -q -kfsSL' 'wget --no-config -qO-'; do part=0 while true; do if [ "$part" = 2 ]; then