mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-03-12 09:32:33 +00:00
Fix for haven version for android script
This commit is contained in:
parent
c0ad96d7b5
commit
40de909f8f
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@
|
|||
HAVEN_VERSION=tags/v2.2.2
|
||||
HAVEN_SRC_DIR=${WORKDIR}/haven
|
||||
|
||||
git clone https://github.com/haven-protocol-org/haven-main.git ${HAVEN_SRC_DIR} --branch ${HAVEN_VERSION}
|
||||
git clone https://github.com/haven-protocol-org/haven-main.git ${HAVEN_SRC_DIR}
|
||||
git checkout ${HAVEN_VERSION}
|
||||
cd $HAVEN_SRC_DIR
|
||||
git submodule init
|
||||
git submodule update
|
||||
|
|
Loading…
Reference in a new issue