You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use curl if wget isnt installed (#1282)
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.