Support submodules in install.

This commit is contained in:
David Tomaschik
2019-03-25 21:03:42 -07:00
parent ee67442965
commit c7619f93dc

View File

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