From ec0146a4a728bf95ecf5775be21f6eecb39754a9 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Mon, 20 Jun 2022 20:32:29 +0100 Subject: [PATCH] bootstrap: initialise submodules Signed-off-by: Alejandro Mery --- bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap.sh b/bootstrap.sh index a4af85d..b6abb72 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,5 +1,6 @@ #!/bin/sh set -eu +git submodule update --init ./sync.sh git reset --hard