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

script not working with wget2 #38

Open
simon-bueler opened this issue Jul 2, 2024 · 1 comment
Open

script not working with wget2 #38

simon-bueler opened this issue Jul 2, 2024 · 1 comment

Comments

@simon-bueler
Copy link

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.

@jojo2357
Copy link
Owner

jojo2357 commented Jul 8, 2024

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!

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