From b6df354719ecf6ea80ca8799da03785b3c68b470 Mon Sep 17 00:00:00 2001 From: Max Regan Date: Thu, 24 Mar 2022 15:34:59 +0000 Subject: [PATCH] Recursively pull submodules on install --- .mgr_config/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.mgr_config/install.sh b/.mgr_config/install.sh index 459724a..a28d881 100755 --- a/.mgr_config/install.sh +++ b/.mgr_config/install.sh @@ -21,6 +21,7 @@ if [[ $NEEDS_GIT_DIR != 0 ]]; then git-home remote add origin https://gitlab.maxregan.me/max/configs.git git-home branch master --set-upstream-to origin/master git-home config status.showUntrackedFiles no + git-home submodule update --init --recursive fi echo "Checking out configs."