-
-
Notifications
You must be signed in to change notification settings - Fork 289
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
get.sh script exists with non-zero exit code on CentOS #683
Comments
Replicated:
Looks like its something to do with sudo:
When run with sudo
|
This is mine:
|
Seems to be $PATH related.
Which means that running
Mutating
Sees:
I'm not suggesting hacking about with |
When running
curl -sLS https://get.arkade.dev | sudo sh
on CentOS the script exits with a non-zero exit code. Despite this arkade is installed.Expected Behaviour
curl -sLS https://get.arkade.dev | sudo sh
should exit successfullyCurrent Behaviour
curl -sLS https://get.arkade.dev | sudo sh
exits with non-zero exit code.Are you a GitHub Sponsor yet (Yes/No?)
Possible Solution
Steps to Reproduce (for bugs)
Run
curl -sLS https://get.arkade.dev | sudo sh
Output:
Context
Discovered this issue while testing openfaas/faasd#261 on CentOS
If requesting a CLI for "arkade get"
How many downloads does this tool have? Check at:
https://somsubhra.github.io/github-release-stats/
Your Environment
The text was updated successfully, but these errors were encountered: