Merge pull request #633

10c3b8c activate 'git submodule update' (schnerchi)
This commit is contained in:
Riccardo Spagni 2017-03-28 19:56:59 +02:00
commit a154eabf87
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

View File

@ -15,7 +15,7 @@ BUILD_LIBWALLET=false
if [ ! -d $MONERO_DIR/src ]; then if [ ! -d $MONERO_DIR/src ]; then
git submodule init monero git submodule init monero
fi fi
#git submodule update git submodule update
git -C $MONERO_DIR fetch --tags git -C $MONERO_DIR fetch --tags
git -C $MONERO_DIR checkout v0.10.3.1 git -C $MONERO_DIR checkout v0.10.3.1