From 51445f5941eee2c523051e1244a4783a970f2111 Mon Sep 17 00:00:00 2001 From: m2049r Date: Wed, 10 Oct 2018 21:12:18 +0200 Subject: [PATCH] Fix build (#435) --- external-libs/script/monero-fetch.sh | 1 + 1 file changed, 1 insertion(+) 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