soyuz-cli/install.sh

16 lines
385 B
Bash
Raw Permalink Normal View History

2023-02-26 17:56:57 +11:00
#!/bin/sh
# This script installs soyuz-cli
# Download latest binary and save in /usr/local/bin
curl -L https://github.com/hughrun/soyuz-cli/releases/download/latest/MacOS > /usr/local/bin/soyuz
# make it executable
chmod +x /usr/local/bin/yawp_test
cat 1>&2 << 'EOM'
🚀 soyuz-cli is now installed!
🔧 Get set up with 'soyuz settings'
For help try 'soyuz help'
EOM