We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Following the Linux instructions (wget -qO- cli.runpod.net | sudo bash) results in an error on Fedora 41:
wget -qO- cli.runpod.net | sudo bash
$ wget -qO- cli.runpod.net | sudo bash Installing runpodctl... All system requirements satisfied. Latest version of runpodctl: v1.14.4 Unknown option 'show-progress'
The text was updated successfully, but these errors were encountered:
I also got this on Fedora 40 which has wget 2.2.0. On line 122 the call to wget should be changed to
wget --progress=bar
I have already put in a pull request.
Sorry, something went wrong.
No branches or pull requests
Following the Linux instructions (
wget -qO- cli.runpod.net | sudo bash
) results in an error on Fedora 41:The text was updated successfully, but these errors were encountered: