From 9cbe84138a71ecea7f8eeb8f9363ea6f8a7de63b Mon Sep 17 00:00:00 2001 From: Phillip Mienk Date: Wed, 15 Feb 2023 12:46:43 -0800 Subject: [PATCH] Correct install.sh outside CI. --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index b22ffca3..b823af31 100755 --- a/install.sh +++ b/install.sh @@ -793,7 +793,7 @@ build_all() create_from_github libbitcoin libbitcoin-network version3 "yes" build_from_github libbitcoin-network "$PARALLEL" false "yes" "${BITCOIN_NETWORK_OPTIONS[@]}" "$@" if [[ ! ($CI == true) ]]; then - create_from_github libbitcoin libbitcoin-explorer version3 + create_from_github libbitcoin libbitcoin-explorer version3 "yes" build_from_github libbitcoin-explorer "$PARALLEL" true "yes" "${BITCOIN_EXPLORER_OPTIONS[@]}" "$@" else push_directory "$PRESUMED_CI_PROJECT_PATH"