Not so shallow checkouts.

This commit is contained in:
David Tomaschik
2019-04-18 19:28:02 -07:00
parent 781142e8f2
commit b073e7d61c
2 changed files with 1 additions and 8 deletions

View File

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