add how to set HOMEBREW_CURL
This commit is contained in:
parent
51c39c898f
commit
61076c7c26
@ -119,6 +119,7 @@ fetch() {
|
||||
else
|
||||
if [[ -f "${temporary_path}" ]]
|
||||
then
|
||||
# HOMEBREW_CURL is set by brew.sh (and isn't mispelt here)
|
||||
# shellcheck disable=SC2153
|
||||
"${HOMEBREW_CURL}" "${curl_args[@]}" -C - "${VENDOR_URL}" -o "${temporary_path}"
|
||||
if [[ $? -eq 33 ]]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user