diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2020-09-11 10:16:24 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2020-09-11 10:16:24 +0300 |
commit | 760f7cb7a55203be03ddf789dd3c06e75377423f (patch) | |
tree | f597ce2801591cca21527a9103f50866f093901b /install | |
parent | f63d6a31c1348e304e40e4e0dcca750128ad2cfd (diff) |
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
Diffstat (limited to 'install')
-rwxr-xr-x | install | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |