From c7619f93dcd8414cd6496d122e932fbdd9935ed4 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Mon, 25 Mar 2019 21:03:42 -0700 Subject: [PATCH] Support submodules in install. --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 7a07978..650712a 100755 --- a/install.sh +++ b/install.sh @@ -333,6 +333,7 @@ install_dotfiles() { } install_main() { + git -C ${BASEDIR} submodule update --init test $MINIMAL = 1 || prerequisites test $INSTALL_PKGS = 1 && is_deb_system && install_apt_pkgs install_dotfiles