Remove shallow clones, they cause trouble.

This commit is contained in:
David Tomaschik
2019-09-25 23:59:08 -07:00
parent a20636347c
commit 6c49de9512

View File

@@ -336,7 +336,7 @@ install_dotfiles() {
install_main() { install_main() {
test $MINIMAL = 1 || command -v git >/dev/null 2>&1 && \ test $MINIMAL = 1 || command -v git >/dev/null 2>&1 && \
git -C ${BASEDIR} submodule update --init --recursive --depth 25 git -C ${BASEDIR} submodule update --init --recursive
test $MINIMAL = 1 || prerequisites test $MINIMAL = 1 || prerequisites
test $INSTALL_PKGS = 1 && is_deb_system && install_apt_pkgs test $INSTALL_PKGS = 1 && is_deb_system && install_apt_pkgs
install_dotfiles install_dotfiles