1
mirror of https://github.com/monero-project/monero-gui synced 2025-01-01 21:56:23 +01:00

Resetting monero submodule to master

This commit is contained in:
Sander Ferdinand 2018-10-15 17:25:55 +02:00
parent 7adeb694c1
commit 258cd58c96

View File

@ -17,7 +17,7 @@ if [ ! -d $MONERO_DIR/src ]; then
fi
git submodule update --remote
git -C $MONERO_DIR fetch
git -C $MONERO_DIR checkout release-v0.13
git -C $MONERO_DIR checkout master
# get monero core tag
get_tag