Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: Crossplane CLI installation script does not work #779

Open
AnaisUrlichs opened this issue May 22, 2024 · 1 comment
Open

bug: Crossplane CLI installation script does not work #779

AnaisUrlichs opened this issue May 22, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@AnaisUrlichs
Copy link

URL

https://docs.crossplane.io/latest/cli/

Coomand:

curl -sL "https://raw.githubusercontent.com/crossplane/crossplane/master/install.sh" | sh

What's Wrong?

"Failed to download Crossplane CLI. Please make sure version current exists on channel stable."

@AnaisUrlichs AnaisUrlichs added the bug Something isn't working label May 22, 2024
@jbw976
Copy link
Member

jbw976 commented May 22, 2024

Heya @AnaisUrlichs 👋 - thanks for taking the time to report this issue! This certainly isn't expected 😅

I just tried to reproduce this issue myself now, but it worked successfully for me:

❯ curl -sL "https://raw.githubusercontent.com/crossplane/crossplane/master/install.sh" | sh
crossplane CLI downloaded successfully! Run the following commands to finish installing it:

sudo mv crossplane /usr/local/bin
crossplane --help

Visit https://crossplane.io to get started. 🚀
Have a nice day! 👋

Would you be able to run this again with -x to get some more debug output? e.g.:

curl -sL "https://raw.githubusercontent.com/crossplane/crossplane/master/install.sh" | sh -x

Thanks for your efforts!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants