set submodule v0.14.1.2

This commit is contained in:
luigi1111 2019-07-22 13:40:20 -05:00
parent a65222d057
commit 8d17018019

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 origin/master
git -C $MONERO_DIR checkout v0.14.1.2
# get monero core tag
pushd $MONERO_DIR