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

Adjust common flags passed to Cygwin setup #6046

Merged
merged 2 commits into from
Jul 1, 2024
Merged

Commits on Jun 24, 2024

  1. Adjust common Cygwin setup flags

    Always pass --no-version-check and --no-write-registry:
     - Setup should have been updated, so the version check is an
       interactive risk
     - Running setup on a root shouldn't interfere with the user's most
       recent settings (although for most users this should make no
       difference)
    dra27 committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    1674281 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Use --quiet-mode unattended for external Cygwin

    Given that the user may be prompted, ensure that the dialogs can be
    used!
    dra27 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    6d904ca View commit details
    Browse the repository at this point in the history