docs(agent): add reference copies of get-airgap.sh/.ps1 #20

Merged
amiryahaya merged 2 commits from feat/768-airgap-installer-sync into main 2026-08-18 09:28:35 +02:00
Owner

Summary

Adds human-readable reference copies of the air-gapped agent installer scripts to this repo, matching the existing manage-server/ sync pattern.

  • agent/get-airgap.sh and agent/get-airgap.ps1 — copied verbatim from the finished/merged pkg/manageserver/ca/assets/get-airgap.sh and .ps1 in the triton repo (issue #768, Tasks 1-2).
  • README note clarifying these are reference copies only, embedded directly into the agent enrollment bundle by the Manage Server (pkg/manageserver/ca/bundle.go), never fetched from this repo. Kept here so operators can audit the script before trusting a bundle.

Relates to triton#768.

Test plan

  • Verified both copied files are byte-identical to the source in the triton repo (diff clean).
  • Verified the README note was appended after existing content, not replacing it.
  • N/A — documentation-only change, no build/test required.
## Summary Adds human-readable reference copies of the air-gapped agent installer scripts to this repo, matching the existing `manage-server/` sync pattern. - `agent/get-airgap.sh` and `agent/get-airgap.ps1` — copied verbatim from the finished/merged `pkg/manageserver/ca/assets/get-airgap.sh` and `.ps1` in the `triton` repo (issue #768, Tasks 1-2). - README note clarifying these are reference copies only, embedded directly into the agent enrollment bundle by the Manage Server (`pkg/manageserver/ca/bundle.go`), never fetched from this repo. Kept here so operators can audit the script before trusting a bundle. Relates to triton#768. ## Test plan - [x] Verified both copied files are byte-identical to the source in the `triton` repo (`diff` clean). - [x] Verified the README note was appended after existing content, not replacing it. - N/A — documentation-only change, no build/test required.
Updates the reference copies to match the post-final-review content in
the triton repo: SCRIPT_VERSION 1.0.0->1.0.1, corrected Windows die
message, ExecutionPolicy Bypass invocation examples, --scanner-only
documented in both headers.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
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
primatekuntech/triton-install!20
No description provided.