David Boreham
83fb0f92ea
Reviewed-on: cerc-io/fixturenet-eth-stacks#3 Co-authored-by: David Boreham <david@bozemanpass.com> Co-committed-by: David Boreham <david@bozemanpass.com>
6 lines
169 B
Bash
Executable File
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
|
|
|