From 4615724282744ce5b0ef8bba8a461636d6d8f40c Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Sun, 7 Feb 2016 22:57:42 -0800 Subject: [PATCH] Make sure we have git-crypt setup before installing private_dotfiles. --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 82005bb..bafbb6b 100755 --- a/install.sh +++ b/install.sh @@ -274,6 +274,7 @@ ARCH=`uname -m` (( $INSTALL_PKGS )) && is_deb_system && install_apt_pkgs install_dotfile_dir "${BASEDIR}/dotfiles" test -d "${BASEDIR}/private_dotfiles" && \ + test -d "${BASEDIR}/.git/git-crypt" && \ install_dotfile_dir "${BASEDIR}/private_dotfiles" install_basic_dir "${BASEDIR}/bin" "${HOME}/bin" (( $MINIMAL )) || postinstall