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

Add a fallback to wget if curl is not available #1913

Merged
merged 3 commits into from
May 21, 2024
Merged

Commits on Feb 20, 2024

  1. Add a fallback to wget if curl is not available

    This allows using the install script on Alpine containers and other
    busybox-based systems with no additional dependencies.
    
    The script attempts to use `--https-only --secure-protocol=TLSv1_3
    --no-verbose` if available, otherwise falls back to a portable wget call.
    
    Additionally, error on invalid arguments.
    tgross35 committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    febb534 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    09b3cd8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c8beb9 View commit details
    Browse the repository at this point in the history