diff --git a/external-libs/script/monero-fetch.sh b/external-libs/script/monero-fetch.sh index 1151cb9..7f30c91 100755 --- a/external-libs/script/monero-fetch.sh +++ b/external-libs/script/monero-fetch.sh @@ -16,5 +16,6 @@ if [ ! -d "monero" ]; then else cd monero git checkout ${version} + git pull git submodule update --recursive --init fi