fixturenet-eth-stacks/scripts/install-so.sh
David Boreham 83fb0f92ea Add CI test (#3)
Reviewed-on: cerc-io/fixturenet-eth-stacks#3
Co-authored-by: David Boreham <david@bozemanpass.com>
Co-committed-by: David Boreham <david@bozemanpass.com>
2024-05-01 20:17:18 +00:00

6 lines
169 B
Bash
Executable File

#!/usr/bin/env bash
mkdir ~/bin
curl -L -o ~/bin/laconic-so https://git.vdb.to/cerc-io/stack-orchestrator/releases/download/latest/laconic-so
chmod +x ~/bin/laconic-so