Compare commits

...

1 Commits

Author SHA1 Message Date
Meghan Denny
04a4e1551c install.sh: print version on success 2025-10-15 17:32:54 -07:00

View File

@@ -167,7 +167,7 @@ tildify() {
fi
}
success "bun was installed successfully to $Bold_Green$(tildify "$exe")"
success "bun $($exe --revision) was installed successfully to $Bold_Green$(tildify "$exe")"
if command -v bun >/dev/null; then
# Install completions, but we don't care if it fails