mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-23 13:36:35 +00:00
The response headers weren't useful
This commit is contained in:
parent
073ae73add
commit
6c7c1c6510
@ -82,7 +82,7 @@ RUN decide_arch() { \
|
||||
printf -- '%s\n' \
|
||||
"Building for arch: ${2}|${ARCH}, downloading ${arg1} from: ${url}, expecting ${arg1} SHA256: ${expected}" && \
|
||||
rm -rf "${file}" && \
|
||||
curl --disable --output "${file}" --clobber --location --dump-header - --no-progress-meter --url "${url}" && \
|
||||
curl --disable --output "${file}" --clobber --location --no-progress-meter --url "${url}" && \
|
||||
verify_download "${expected}" "${file}" ; \
|
||||
} && \
|
||||
export ARCH="$(decide_arch)" && \
|
||||
|
Loading…
Reference in New Issue
Block a user