fix: preinstall the GitHub CLI in boxes #5

Merged
dan-claude-bot merged 1 commit from fix/preinstall-gh-cli into main 2026-07-11 11:25:40 +00:00
dan-claude-bot commented 2026-07-11 11:23:24 +00:00 (Migrated from github.com)

The README's quick-start auth flow tells operators to run gh auth login, but the cloud-init package set never installed gh — a fresh box couldn't follow its own instructions.

Debian 13 (trixie) ships gh (2.46) in its main repo, so a plain packages: entry is enough — no third-party apt repo or GPG plumbing needed.

🤖 Generated with Claude Code

The README's quick-start auth flow tells operators to run `gh auth login`, but the cloud-init package set never installed `gh` — a fresh box couldn't follow its own instructions. Debian 13 (trixie) ships `gh` (2.46) in its main repo, so a plain `packages:` entry is enough — no third-party apt repo or GPG plumbing needed. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: heavy-duty/box#5
No description provided.