aboutsummaryrefslogtreecommitdiff
path: root/get_libwallet_api.sh
diff options
context:
space:
mode:
authorMatthias Tarasiewicz <parasew@gmail.com>2017-03-25 17:22:13 +0100
committerGitHub <noreply@github.com>2017-03-25 17:22:13 +0100
commit0836bd9cfd0c1ec2918b50d703ee84d9700a0969 (patch)
treef42099f728a988942bacab1014505e67ce7d26d3 /get_libwallet_api.sh
parent6e381c38578ab130a9991189887ba68397e2bfad (diff)
parent12573652a0a5836938b02a2308098929fdf06ab4 (diff)
downloadmonzero-gui-0836bd9cfd0c1ec2918b50d703ee84d9700a0969.tar.gz
monzero-gui-0836bd9cfd0c1ec2918b50d703ee84d9700a0969.tar.xz
monzero-gui-0836bd9cfd0c1ec2918b50d703ee84d9700a0969.zip
Merge branch 'master' into patch-1
Diffstat (limited to 'get_libwallet_api.sh')
-rwxr-xr-xget_libwallet_api.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/get_libwallet_api.sh b/get_libwallet_api.sh
index ee04e6c8..a8f1efbd 100755
--- a/get_libwallet_api.sh
+++ b/get_libwallet_api.sh
@@ -15,7 +15,9 @@ BUILD_LIBWALLET=false
if [ ! -d $MONERO_DIR/src ]; then
git submodule init monero
fi
-git submodule update --remote
+#git submodule update
+git -C $MONERO_DIR fetch --tags
+git -C $MONERO_DIR checkout v0.10.3
# get monero core tag
get_tag