aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorRoman Perepelitsa <roman.perepelitsa@gmail.com>2020-09-11 10:16:24 +0300
committerRoman Perepelitsa <roman.perepelitsa@gmail.com>2020-09-11 10:16:24 +0300
commit760f7cb7a55203be03ddf789dd3c06e75377423f (patch)
treef597ce2801591cca21527a9103f50866f093901b /install
parentf63d6a31c1348e304e40e4e0dcca750128ad2cfd (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-xinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/install b/install
index ec442ed9..91a47205 100755
--- a/install
+++ b/install
@@ -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