From 2bd5928053880d8f5efff2230a7e65442e5f551d Mon Sep 17 00:00:00 2001 From: Jeremy McClure Date: Sat, 1 Aug 2026 08:37:44 -0400 Subject: [PATCH] Update 1 file: bootstrap.sh --- default/.config/zsh/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default/.config/zsh/bootstrap.sh b/default/.config/zsh/bootstrap.sh index 6e1467c..6d6f760 100755 --- a/default/.config/zsh/bootstrap.sh +++ b/default/.config/zsh/bootstrap.sh @@ -38,7 +38,6 @@ check_all() { if [[ ${#missing[@]} -eq 0 ]]; then info "all tools present" >&2 update - exit 0 fi echo "${missing[@]}" } @@ -163,3 +162,4 @@ else fi info "done" + update