6 lines
169 B
Bash
6 lines
169 B
Bash
|
#!/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
|
||
|
|