Skip to content

Instantly share code, notes, and snippets.

@dweomer
Last active August 29, 2015 14:26
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 dweomer/df08755d30773077325e to your computer and use it in GitHub Desktop.
Save dweomer/df08755d30773077325e to your computer and use it in GitHub Desktop.
#!/bin/sh -x
curl -ssL "https://releases.rancher.com/compose/beta/latest/rancher-compose-linux-amd64.tar.gz" \
| tar -xvz --strip=2 -C /usr/local/bin \
&& chmod +x /usr/local/bin/rancher-compose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment