fix: preinstall the GitHub CLI in boxes

The README's 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 ships gh natively, so a plain packages
entry suffices.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
claude-hdb 2026-07-11 11:21:30 +00:00
parent 0628ac81b6
commit 1abd776850

View file

@ -32,6 +32,7 @@ write_files:
package_update: true
packages:
- git
- gh
- curl
- ca-certificates
- gnupg