mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 12:09:57 +00:00
get_libwallet_api.sh: init/update monero submodules
This commit is contained in:
parent
e877d83023
commit
d5e3835bbf
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,9 @@ get_tag
|
||||||
# create local monero branch
|
# create local monero branch
|
||||||
git -C $MONERO_DIR checkout -B $VERSIONTAG
|
git -C $MONERO_DIR checkout -B $VERSIONTAG
|
||||||
|
|
||||||
|
git -C $MONERO_DIR submodule init
|
||||||
|
git -C $MONERO_DIR submodule update
|
||||||
|
|
||||||
# Merge monero PR dependencies
|
# Merge monero PR dependencies
|
||||||
|
|
||||||
# Workaround for git username requirements
|
# Workaround for git username requirements
|
||||||
|
|
Loading…
Reference in a new issue