Skip to content

Commit 84abe78

Browse files
authored
Disable SSL checks (again)
1 parent 327d2c8 commit 84abe78

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
@@ -212,7 +212,7 @@ fi
212212
# Download installer using curl or wget
213213
if which curl >/dev/null 2>&1 ; then
214214
# Note: GitHub uses redirects, make sure "curl -L" is specifed
215-
curl -Ls "$DOWNLOAD_URL" --output "/tmp/${REPO}-${TAG}${EXTENSION}"
215+
curl -Lks "$DOWNLOAD_URL" --output "/tmp/${REPO}-${TAG}${EXTENSION}"
216216
elif which wget >/dev/null 2>&1 ; then
217217
# Note: GitHub uses redirects, but wget should follow redirects automatically
218218
wget -q -O $TEMP_FILE "$DOWNLOAD_URL"

0 commit comments

Comments
 (0)