From 6c49de951201c470d76b355dced6290d825e2fb8 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Wed, 25 Sep 2019 23:59:08 -0700 Subject: [PATCH] Remove shallow clones, they cause trouble. --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 68af95e..89ae452 100755 --- a/install.sh +++ b/install.sh @@ -336,7 +336,7 @@ install_dotfiles() { install_main() { 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 $INSTALL_PKGS = 1 && is_deb_system && install_apt_pkgs install_dotfiles