Skip to content

v0.1.1 — install.sh hotfix

Choose a tag to compare

@lodar lodar released this 16 May 15:32
· 248 commits to main since this release

Hotfix release. Upgrade path:

curl -fsSL https://raw.githubusercontent.com/5dive-com/5dive-cli/main/install.sh | sudo bash -s -- --upgrade

Fresh installs:

curl -fsSL https://raw.githubusercontent.com/5dive-com/5dive-cli/main/install.sh | sudo bash

Fixed

  • install.sh now installs unzip. The bun installer (curl … | bash) requires it, and on a clean ubuntu:22.04 it isn't preinstalled — the one-liner install was failing silently mid-script. Caught by the new install-smoke CI job on its first run.

Added

  • README — copy-paste prompt block for users who'd rather have their existing AI agent run the install (instead of pasting the curl line themselves).

See the full changelog for the v0.1.0 → v0.1.1 diff.