spawn/cli/src/aws
A c5e2790ea0
fix: symlink bun to /usr/local/bin in cloud-init for all providers (#1752)
After installing bun via curl in cloud-init userdata, bun lives in
~/.bun/bin/bun which isn't on the system PATH. Agent scripts use
#!/usr/bin/env bun and fail with "bun: not found". Symlink it into
/usr/local/bin so it's immediately available system-wide.

Applies to: AWS, DigitalOcean, GCP, Hetzner

Co-authored-by: lab <6723574+louisgv@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-02-22 17:09:28 -05:00
..
agents.ts refactor: deduplicate AWS/Fly agent setup into shared modules (#1700) 2026-02-22 08:40:21 -08:00
aws.ts fix: symlink bun to /usr/local/bin in cloud-init for all providers (#1752) 2026-02-22 17:09:28 -05:00
main.ts feat: customize cloud-init per agent to fix boot timeouts (#1733) 2026-02-22 11:43:45 -08:00