1
0
Fork 0
mirror of https://github.com/romkatv/powerlevel10k.git synced 2024-09-21 11:00:08 +00:00

Merge commit '1af638543631f2e7db64829c7412ed007047fa81'

This commit is contained in:
Roman Perepelitsa 2021-10-20 14:05:34 +02:00
commit ed0bd29416

View file

@ -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