Merge pull request #903

5dc1803 use master branch from monero submodule
pull/2/head
luigi1111 7 years ago
commit 6f95f8a754
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

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