mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-09 12:29:31 +00:00
Update build_haven.sh
This commit is contained in:
parent
ca0967c1b5
commit
9261d410fb
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ HAVEN_VERSION=v3.0.7
|
||||||
HAVEN_SRC_DIR=${WORKDIR}/haven
|
HAVEN_SRC_DIR=${WORKDIR}/haven
|
||||||
|
|
||||||
git clone https://github.com/haven-protocol-org/haven-main.git ${HAVEN_SRC_DIR}
|
git clone https://github.com/haven-protocol-org/haven-main.git ${HAVEN_SRC_DIR}
|
||||||
|
git fetch --all --tags --prune
|
||||||
git checkout ${HAVEN_VERSION}
|
git checkout ${HAVEN_VERSION}
|
||||||
cd $HAVEN_SRC_DIR
|
cd $HAVEN_SRC_DIR
|
||||||
git submodule init
|
git submodule init
|
||||||
|
|
Loading…
Reference in a new issue