From 0c4b6a50f44250284f1ad5e4532c41349d0e8b5b Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 23 Aug 2020 09:13:36 +0900 Subject: [PATCH] Modify pricenode install script to use master instead of release tag --- pricenode/install_pricenode_debian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pricenode/install_pricenode_debian.sh b/pricenode/install_pricenode_debian.sh index 33bc27d5db..6ee6424a53 100755 --- a/pricenode/install_pricenode_debian.sh +++ b/pricenode/install_pricenode_debian.sh @@ -19,7 +19,7 @@ BISQ_HOME=/bisq BISQ_REPO_URL=https://github.com/bisq-network/bisq BISQ_REPO_NAME=bisq BISQ_REPO_TAG=master -BISQ_LATEST_RELEASE=$(curl -s https://api.github.com/repos/bisq-network/bisq/releases/latest|grep tag_name|head -1|cut -d '"' -f4) +BISQ_LATEST_RELEASE=master BISQ_TORHS=pricenode TOR_PKG="tor"