David Boreham
83fb0f92ea
Some checks failed
Ethereum Fixturenet Stack Test / Run Ethereum Fixturenet stack test (push) Failing after 24m19s
Reviewed-on: #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
|
|
|