mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-25 05:30:06 +00:00
Merge commit 'b93f9663c5e4e9d914c4389fc405bc7ec7382b57'
This commit is contained in:
commit
bf88ce9120
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ END
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
local cmd part url ret
|
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
|
part=0
|
||||||
while true; do
|
while true; do
|
||||||
if [ "$part" = 2 ]; then
|
if [ "$part" = 2 ]; then
|
||||||
|
|
Loading…
Reference in a new issue