summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Perepelitsa <roman.perepelitsa@gmail.com>2021-10-20 15:05:33 +0300
committerRoman Perepelitsa <roman.perepelitsa@gmail.com>2021-10-20 15:05:33 +0300
commit1af638543631f2e7db64829c7412ed007047fa81 (patch)
tree041566c1b0f6a347cd13202542ec500a6ee40b87
parent20eb8c64bf2520e20739610acb503c8729867a5e (diff)
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
-rwxr-xr-xinstall2
1 files changed, 1 insertions, 1 deletions
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