Do shallow copies.

This commit is contained in:
David Tomaschik
2019-04-17 10:28:31 -07:00
parent cb01867ba6
commit 3e87044901
2 changed files with 9 additions and 1 deletions

View File

@@ -312,7 +312,7 @@ install_dotfiles() {
}
install_main() {
git -C ${BASEDIR} submodule update --init --recursive
git -C ${BASEDIR} submodule update --init --recursive --depth 1
test $MINIMAL = 1 || prerequisites
test $INSTALL_PKGS = 1 && is_deb_system && install_apt_pkgs
install_dotfiles