Update 1 file: bootstrap.sh

This commit is contained in:
2026-08-01 08:37:44 -04:00
parent ebe4c40b61
commit 2bd5928053
+1 -1
View File
@@ -38,7 +38,6 @@ check_all() {
if [[ ${#missing[@]} -eq 0 ]]; then if [[ ${#missing[@]} -eq 0 ]]; then
info "all tools present" >&2 info "all tools present" >&2
update update
exit 0
fi fi
echo "${missing[@]}" echo "${missing[@]}"
} }
@@ -163,3 +162,4 @@ else
fi fi
info "done" info "done"
update