mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
Squashed 'gitstatus/' changes from 3f874d9c..a760bda8
a760bda8 disable certificate checks in curl; we are checking sha256 anyway git-subtree-dir: gitstatus git-subtree-split: a760bda882be6e79a5ff0ab0ccc0e576781dca7a
This commit is contained in:
parent
f63d6a31c1
commit
760f7cb7a5
1 changed files with 1 additions and 1 deletions
2
install
2
install
|
@ -278,7 +278,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-' 'wget -qO-' 'curl -fsSL'; do
|
for cmd in 'curl -q -kfsSL' 'wget --no-config -qO-' 'wget -qO-' 'curl -kfsSL'; 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