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
On some Linux distributions the newer wget2 will be used. That does not has an option "--show-progress" and therefore will result in an error.
I would suggest if wget --version > 2 then don't use the option "--show-progress".
I am not sure, but it seems that --progress=bar:force should work for all wget versions.
The text was updated successfully, but these errors were encountered:
How annoying! I had to work very hard to even figure out the right wget usage that would allow piping the live progress to a logfile.
Ill look at it soon. If you have a PR, that would always be welcome!
Sorry, something went wrong.
No branches or pull requests
On some Linux distributions the newer wget2 will be used. That does not has an option "--show-progress" and therefore will result in an error.
I would suggest if wget --version > 2 then don't use the option "--show-progress".
I am not sure, but it seems that --progress=bar:force should work for all wget versions.
The text was updated successfully, but these errors were encountered: