Skip to content

Use wget instead of curl - #13

Closed
Kaki7964 wants to merge 1 commit into
thepeacockproject:masterfrom
Kaki7964:wget
Closed

Use wget instead of curl#13
Kaki7964 wants to merge 1 commit into
thepeacockproject:masterfrom
Kaki7964:wget

Conversation

@Kaki7964

Copy link
Copy Markdown

A few people have had issues with the script not working at all due to an unstable network connection, wget should be more reliable in those circumstances.

A few people have had issues with the script not working at all due to an unstable network connection, wget should be more reliable in those circumstances
@Kaki7964
Kaki7964 marked this pull request as draft March 17, 2026 15:55
@Kaki7964

Copy link
Copy Markdown
Author

Maybe still has issues

@RDIL

RDIL commented Mar 17, 2026

Copy link
Copy Markdown
Member

can we fall back to curl if wget isn't installed?

@alex73630

Copy link
Copy Markdown
Contributor

The main issue from using wget instead of curl is the fact that wget is not installed by default in a lot of cases compared to curl.

So I agree with RDIL that we need a fallback if wget is not available. And maybe we can also add a "retry" mechanism to curl to help with connectivity issues?

@Kaki7964

Copy link
Copy Markdown
Author

Hm, didn't think that wget would be any rarer than curl, but yeah, a fallback would be good then and we absolutely need some way to better detect failed/corrupted downloads to retry in that case.

@Pyrolyzed

Copy link
Copy Markdown
Contributor

Added this feature in #14

@Kaki7964 Kaki7964 closed this Mar 26, 2026
@Kaki7964

Copy link
Copy Markdown
Author

Closing as this has been now replaced by the new script anyways

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

Successfully merging this pull request may close these issues.

4 participants