Update for build haven script

This commit is contained in:
M 2022-02-23 17:58:09 +03:00
parent 1f02e8205f
commit b34a8737f7

View file

@ -2,7 +2,7 @@
. ./config.sh
HAVEN_VERSION=tags/v2.1.0
HAVEN_SRC_DIR=${WORKDIR}/monero
HAVEN_SRC_DIR=${WORKDIR}/haven
git clone https://github.com/haven-protocol-org/haven-main.git ${HAVEN_SRC_DIR} --branch ${HAVEN_VERSION}
cd $HAVEN_SRC_DIR