Skip to content

Instantly share code, notes, and snippets.

@franciscocpg
Created October 12, 2015 21:20
Show Gist options
  • Save franciscocpg/33fe3d553ed52715bc5c to your computer and use it in GitHub Desktop.
Save franciscocpg/33fe3d553ed52715bc5c to your computer and use it in GitHub Desktop.
# downloads the Linux CLI to /usr/local/bin (YMMV)
sudo curl https://s3.amazonaws.com/downloads.wercker.com/cli/stable/linux_amd64/wercker -o /usr/local/bin/wercker
sudo chmod +x /usr/local/bin/wercker
@franciscocpg
Copy link
Author

Remote install

bash <(curl -s https://gist.githubusercontent.com/franciscocpg/33fe3d553ed52715bc5c/raw/)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment