We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 327d2c8 commit 84abe78Copy full SHA for 84abe78
install.sh
@@ -212,7 +212,7 @@ fi
212
# Download installer using curl or wget
213
if which curl >/dev/null 2>&1 ; then
214
# Note: GitHub uses redirects, make sure "curl -L" is specifed
215
- curl -Ls "$DOWNLOAD_URL" --output "/tmp/${REPO}-${TAG}${EXTENSION}"
+ curl -Lks "$DOWNLOAD_URL" --output "/tmp/${REPO}-${TAG}${EXTENSION}"
216
elif which wget >/dev/null 2>&1 ; then
217
# Note: GitHub uses redirects, but wget should follow redirects automatically
218
wget -q -O $TEMP_FILE "$DOWNLOAD_URL"
0 commit comments