1
mirror of https://github.com/monero-project/monero-gui synced 2025-01-02 21:26:24 +01:00

Merge pull request #1879

bebb902 build: always checkout latest remote master (selsta)
This commit is contained in:
luigi1111 2019-01-21 14:48:56 -06:00
commit 7316716e15
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

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