mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 12:09:57 +00:00
commit
d744d393f9
1 changed files with 3 additions and 3 deletions
|
@ -15,9 +15,9 @@ BUILD_LIBWALLET=false
|
|||
if [ ! -d $MONERO_DIR/src ]; then
|
||||
git submodule init monero
|
||||
fi
|
||||
git submodule update
|
||||
git -C $MONERO_DIR fetch --tags
|
||||
git -C $MONERO_DIR checkout v0.10.3.1
|
||||
git submodule update --remote
|
||||
# git -C $MONERO_DIR fetch --tags
|
||||
# git -C $MONERO_DIR checkout v0.10.3.1
|
||||
|
||||
# get monero core tag
|
||||
get_tag
|
||||
|
|
Loading…
Reference in a new issue