mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-22 21:16:38 +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' \
|
||||
"Building for arch: ${2}|${ARCH}, downloading ${arg1} from: ${url}, expecting ${arg1} SHA256: ${expected}" && \
|
||||
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}" ; \
|
||||
} && \
|
||||
export ARCH="$(decide_arch)" && \
|
||||
|
Loading…
Reference in New Issue
Block a user