Modify pricenode install script to use master instead of release tag

This commit is contained in:
wiz 2020-08-23 09:13:36 +09:00
parent b512e31553
commit 0c4b6a50f4
No known key found for this signature in database
GPG Key ID: A394E332255A6173

View File

@ -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"