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 f8d2dc7 commit fac0f11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nodebuilder
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,8 @@ install_build_dependencies_darwin()
{
readonly BUILD_DEPENDENCIES_URL="${DEPENDENCIES_BASE_URL}/build_dependencies_darwin.txt"
#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 \
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
command -v torsocks > /dev/null 2>&1 &&
dependencies=$(torsocks curl --fail --silent --show-error --location --retry 2 "${BUILD_DEPENDENCIES_URL}") ||
Expand Down

0 comments on commit fac0f11

Please sign in to comment.