Skip to content

use curl if wget isnt installed#1282

Open
max-programming wants to merge 1 commit into
iyear:masterfrom
max-programming:patch-1
Open

use curl if wget isnt installed#1282
max-programming wants to merge 1 commit into
iyear:masterfrom
max-programming:patch-1

Conversation

@max-programming

Copy link
Copy Markdown

the script only used wget before so it failed on my mac since mac doesnt come with wget. so i made it check if you have wget first and fall back to curl if you dont, and if you dont have either it tells you to install one.

i also switched the version check line to use the same thing since that part was hardcoded to curl, otherwise a machine with only wget would still break there.

the script only used wget before so it failed on my mac since mac
doesnt come with wget. so i made it check if you have wget first and fall
back to curl if you dont, and if you dont have either it tells you to
install one.

i also switched the version check line to use the same thing since that
part was hardcoded to curl, otherwise a machine with only wget would still
break there.
@max-programming max-programming requested a review from iyear as a code owner June 17, 2026 12:31
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.

1 participant