Skip to content

Commit

Permalink
Update nodebuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
bitcoin-tools authored Oct 8, 2024
1 parent fac0f11 commit c63664b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodebuilder
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@ install_build_dependencies_darwin()
#TODO: wrap this command with torsocks-curl with curl fallback
sudo printf ''
NONINTERACTIVE=1 /bin/bash -c "$(curl --fail --silent --show-error --location --retry 5 \
https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" > /dev/null 2>&1 || true
https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" || true
command -v torsocks > /dev/null 2>&1 &&
dependencies=$(torsocks curl --fail --silent --show-error --location --retry 2 "${BUILD_DEPENDENCIES_URL}") ||
dependencies=$(curl --fail --silent --show-error --location --retry 5 "${BUILD_DEPENDENCIES_URL}")
Expand Down

0 comments on commit c63664b

Please sign in to comment.