Recursively pull submodules on install

This commit is contained in:
2022-03-24 15:34:59 +00:00
parent 3bbbd3fceb
commit b6df354719

View File

@@ -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."