remove problematic error handling in install script

This commit is contained in:
PowerUser64 2022-09-17 04:33:37 -07:00
parent 4dbfc602bf
commit a9b56f3c47

View file

@ -17,7 +17,7 @@ if ! command -v git > /dev/null;then
fi
mkdir -p "$DOTFILES_REPO_DIR"
git clone --bare "$DOTFILES_REPO_URL" "$DOTFILES_REPO_DIR" || echo " Resuming installation"
git clone --bare "$DOTFILES_REPO_URL" "$DOTFILES_REPO_DIR"
dot() {
git --git-dir="$DOTFILES_REPO_DIR" --work-tree="$HOME" "$@"