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