gnunet

Main GNUnet Logic
Log | Files | Refs | Submodules | README | LICENSE

commit b47e578091e7451fd5c98cc56447d0fadba15b00
parent 69ac41f047fc5dd9fcdbcb3f8fee2f48c8751474
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Sat, 14 May 2022 12:20:06 +0200

BUILD: Change submodule handling, update gana

Diffstat:
Mbootstrap | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/bootstrap b/bootstrap @@ -97,9 +97,8 @@ submodules() if ! git --version >/dev/null; then echo "git not installed, skipping submodule update" else - git submodule update --init && \ - git submodule update --remote --recursive && \ - git submodule sync + git submodule update --init --recursive && \ + git submodule sync --recursive fi }