fix: preinstall the GitHub CLI in boxes #5
No reviewers
Labels
No labels
blocked
blocker:ci-red
blocker:conflict
blocker:drill-pending
blocker:unrequested
bug
claimed
documentation
enhancement
epic
merge-next
needs-triage
ready
release
scope:cli
scope:drill
scope:host
scope:installer
scope:templates
scope:tiers
stale
state:addressing
state:bots-reviewing
state:building
state:needs-human
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: heavy-duty/box#5
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/preinstall-gh-cli"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The README's quick-start auth flow tells operators to run
gh auth login, but the cloud-init package set never installedgh— a fresh box couldn't follow its own instructions.Debian 13 (trixie) ships
gh(2.46) in its main repo, so a plainpackages:entry is enough — no third-party apt repo or GPG plumbing needed.🤖 Generated with Claude Code