lotus-stack/scripts/install-so.sh
2024-06-04 19:31:40 -06:00

5 lines
168 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