mirror of https://github.com/m2049r/xmrwallet.git
Fix build (#435)
This commit is contained in:
parent
8c01ec36e8
commit
51445f5941
|
@ -16,5 +16,6 @@ if [ ! -d "monero" ]; then
|
|||
else
|
||||
cd monero
|
||||
git checkout ${version}
|
||||
git pull
|
||||
git submodule update --recursive --init
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue