test-continuous-deployment/scripts/install-so.sh
David Boreham 48b95c2f79
All checks were successful
Continuous Stack Deployment Test / Deploy test stack (push) Successful in 25s
Initial commit
2024-06-02 20:24:20 -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