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:
Roman Perepelitsa 2020-09-11 09:16:24 +02:00
parent f63d6a31c1
commit 760f7cb7a5

View file

@ -278,7 +278,7 @@ END
fi
fi
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
while true; do
if [ "$part" = 2 ]; then