Set submodule back to master

This commit is contained in:
luigi1111
2020-04-04 14:30:32 -05:00
parent df54439972
commit 042400b83f
2 changed files with 2 additions and 2 deletions

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

2
monero

Submodule monero updated: 581994b61c...ab594cfee9