From 60792b07865d4c9e6ad385f7f1c19cc4659267d8 Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Sun, 15 Mar 2020 14:21:33 +0100 Subject: [PATCH] Try to eliminate a git error when updating submodules. Another way to do it. --- install-standalone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-standalone b/install-standalone index 7a4f606..6c07481 100755 --- a/install-standalone +++ b/install-standalone @@ -16,7 +16,7 @@ BASE_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" cd "${BASE_DIR}" -git submodule update --init --recursive --remote +#git submodule update --init --recursive --remote git submodule update --recursive --remote