mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
Squashed 'gitstatus/' changes from ec9c39499..830aaa999
830aaa999 try wget without --no-config if it fails with git-subtree-dir: gitstatus git-subtree-split: 830aaa99976c0f5addedf336414f9bf82e2699d6
This commit is contained in:
parent
54c9822834
commit
b93f9663c5
1 changed files with 1 additions and 1 deletions
2
install
2
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
|
||||
|
|
Loading…
Reference in a new issue