forked from heavy-duty/box
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:
parent
0628ac81b6
commit
1abd776850
1 changed files with 1 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ write_files:
|
||||||
package_update: true
|
package_update: true
|
||||||
packages:
|
packages:
|
||||||
- git
|
- git
|
||||||
|
- gh
|
||||||
- curl
|
- curl
|
||||||
- ca-certificates
|
- ca-certificates
|
||||||
- gnupg
|
- gnupg
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue