diff --git a/nodebuilder b/nodebuilder index c4b8605b7..4396c78bf 100755 --- a/nodebuilder +++ b/nodebuilder @@ -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}")