commit 1395d8b55b6e2be38258f260231c6368a56da69e parent a9300568e805d113a992efc3321a4ae28c3ce948 Author: Martin Schanzenbach <schanzen@gnunet.org> Date: Sun, 27 Apr 2025 00:28:30 +0200 only bootstrap modules in git Diffstat:
| M | bootstrap | | | 8 | +++++--- |
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/bootstrap b/bootstrap @@ -12,7 +12,9 @@ if ! existence go; then exit 1 fi -mkdir -p internal/gana -git submodule update --init --recursive -git submodule sync --recursive +if [ -d ".git" ]; then + mkdir -p internal/gana + git submodule update --init --recursive + git submodule sync --recursive +fi