From d7b24d74f59876734c4a4c8e3abe53f2de2720b4 Mon Sep 17 00:00:00 2001 From: Gess1t Date: Mon, 1 Apr 2024 05:38:53 +0200 Subject: [PATCH] Update build script to init submodule after build --- build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sh b/build.sh index a5ebbf6..19e58f1 100644 --- a/build.sh +++ b/build.sh @@ -43,6 +43,8 @@ then exit 1 fi +git submodule update --init --recursive + echo "" echo "Creating build directory structure" echo ""