Recursively pull submodules on install
This commit is contained in:
@@ -21,6 +21,7 @@ if [[ $NEEDS_GIT_DIR != 0 ]]; then
|
|||||||
git-home remote add origin https://gitlab.maxregan.me/max/configs.git
|
git-home remote add origin https://gitlab.maxregan.me/max/configs.git
|
||||||
git-home branch master --set-upstream-to origin/master
|
git-home branch master --set-upstream-to origin/master
|
||||||
git-home config status.showUntrackedFiles no
|
git-home config status.showUntrackedFiles no
|
||||||
|
git-home submodule update --init --recursive
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Checking out configs."
|
echo "Checking out configs."
|
||||||
|
|||||||
Reference in New Issue
Block a user