Skip to content

Instantly share code, notes, and snippets.

@audstanley
Last active June 11, 2021 18:17
Show Gist options
  • Save audstanley/3dc991e880576866991c9a541ee14e41 to your computer and use it in GitHub Desktop.
Save audstanley/3dc991e880576866991c9a541ee14e41 to your computer and use it in GitHub Desktop.
#!/bin/bash
# get SeaweedFS
curl -s https://api.github.com/repos/chrislusf/seaweedfs/releases/latest | grep "browser_download_url.*tar.gz" | cut -d : -f 2,3 | tr -d \" | grep "linux_amd64\.tar\.gz" | wget -qi -
# get Nebula
curl -s https://api.github.com/repos/slackhq/nebula/releases/latest | grep "browser_download_url" | cut -d : -f 2,3 | tr -d \" | grep "nebula-linux-amd64\.tar\.gz" | wget -qi -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment