summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xupgrade.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/upgrade.sh b/upgrade.sh
index 80dbf1f3ad84..557e11f1d88b 100755
--- a/upgrade.sh
+++ b/upgrade.sh
@@ -14,7 +14,7 @@ tmp="$(mktemp)"
cleanup() { rm -f "$tmp"; }
trap cleanup EXIT
-curl -sL "${source[0]}" -o "$tmp"
+curl -fsL "${source[0]}" -o "$tmp"
sum="$(sha256sum "$tmp" | cut -c -64)"
cleanup