fixturenet-eth-stacks/scripts/install-so.sh
2024-04-29 17:19:22 -06: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