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

The Linux installation snippet yields the error "Unknown option 'show-progress'" #174

Open
MasonMcGill opened this issue Nov 1, 2024 · 1 comment

Comments

@MasonMcGill
Copy link

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
Installing runpodctl...
All system requirements satisfied.
Latest version of runpodctl: v1.14.4
Unknown option 'show-progress'
@jasper-zanjani
Copy link
Contributor

jasper-zanjani commented Jan 16, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants