Skip to content

Commit 327d2c8

Browse files
authored
Disable SSL checks
1 parent 43e86c6 commit 327d2c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ URL="https://api.github.com/repos/${OWNER}/${REPO}/releases?per_page=100"
1515
FETCH=""
1616
# Determine if curl or wget are available
1717
if which curl >/dev/null 2>&1 ; then
18-
FETCH="curl -Ls"
18+
FETCH="curl -Lks"
1919
elif which wget >/dev/null 2>&1 ; then
2020
FETCH="wget -q -O -"
2121
else

0 commit comments

Comments
 (0)