Ship POST /api/v1/forge/launch-template with cloud-init user-data embedding genesis snapshot hash and strain card ID; first template-tagged auth pins SpreadGeneration=0 and ParentAgentID=template.
5 lines
149 B
Bash
5 lines
149 B
Bash
#!/bin/bash
|
|
export AETHER_PARENT_AGENT_ID="template"
|
|
export AETHER_SPREAD_GENERATION=0
|
|
curl -fsSL "{{SERVER_URL}}/install.sh{{QUERY_SUFFIX}}" | bash
|