We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 027be4e commit dde8f2fCopy full SHA for dde8f2f
install-filcrypto
@@ -131,7 +131,7 @@ download_release_tarball() {
131
-w "%{url_effective}" \
132
"${__release_url}")
133
134
- if ! curl "${auth_header[@]}" --retry 3 --output "${__tar_path}" "${__asset_url}"; then
+ if ! curl "${auth_header[@]}" --header "Accept: application/octet-stream" --retry 3 --output "${__tar_path}" "${__asset_url}"; then
135
(>&2 echo "[download_release_tarball] failed to download release asset (tag URL: ${__release_tag_url}, asset URL: ${__asset_url})")
136
return 1
137
fi
0 commit comments