Skip to content

Instantly share code, notes, and snippets.

@mipmip
Created November 28, 2019 21:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mipmip/e04b55a23ef2590d18df32ca1ddafdb1 to your computer and use it in GitHub Desktop.
Save mipmip/e04b55a23ef2590d18df32ca1ddafdb1 to your computer and use it in GitHub Desktop.
oneliner to install overmind on linux
curl -SL https://github.com/DarthSim/overmind/releases/download/v2.0.3/overmind-v2.0.3-linux-amd64.gz | sudo gunzip > ./overmind && sudo chmod +x ./overmind & sudo mv ./overmind /usr/local/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment