fixturenet-eth-stacks/scripts/install-so.sh

6 lines
169 B
Bash
Raw Normal View History

#!/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