mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-23 05:26:37 +00:00
Used the long form for all curl options.
This commit is contained in:
parent
163fcbeb2a
commit
f4a88cf7fa
@ -82,7 +82,7 @@ RUN decide_arch() { \
|
|||||||
printf -- '%s\n' \
|
printf -- '%s\n' \
|
||||||
"Building for arch: ${2}|${ARCH}, downloading ${arg1} from: ${url}, expecting ${arg1} SHA256: ${expected}" && \
|
"Building for arch: ${2}|${ARCH}, downloading ${arg1} from: ${url}, expecting ${arg1} SHA256: ${expected}" && \
|
||||||
rm -rf "${file}" && \
|
rm -rf "${file}" && \
|
||||||
curl --disable -SL --output "${file}" --clobber --dump-header - --no-progress-meter "${url}" && \
|
curl --disable --output "${file}" --clobber --location --dump-header - --no-progress-meter --url "${url}" && \
|
||||||
verify_download "${expected}" "${file}" ; \
|
verify_download "${expected}" "${file}" ; \
|
||||||
} && \
|
} && \
|
||||||
export ARCH="$(decide_arch)" && \
|
export ARCH="$(decide_arch)" && \
|
||||||
|
Loading…
Reference in New Issue
Block a user