Fix build (#435)

This commit is contained in:
m2049r 2018-10-10 21:12:18 +02:00 committed by GitHub
parent 8c01ec36e8
commit 51445f5941
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -16,5 +16,6 @@ if [ ! -d "monero" ]; then
else
cd monero
git checkout ${version}
git pull
git submodule update --recursive --init
fi