1
mirror of https://github.com/monero-project/monero-gui synced 2024-12-03 07:19:03 +01:00

Revert "set submodule v0.14.1.2"

This reverts commit 8d17018019.
This commit is contained in:
luigi1111 2019-08-06 15:00:43 -05:00
parent 0461a28701
commit 3f06560c51

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