Add SO install script

This commit is contained in:
David Boreham 2024-07-25 08:39:58 -06:00
parent 57076486e5
commit c911ecae22

4
scripts/install-so.sh Executable file
View File

@ -0,0 +1,4 @@
#!/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