Skip to content

MacOS setup should not use wget, should use curl instead #263

@vchelaru

Description

@vchelaru

The macOS Wine setup instructions use wget, but wget isn't installed on macOS by default. Running the command as written gives zsh: command not found: wget.

Two easy fixes:

  1. Swap to curl, which ships with macOS:
    curl -fsSL https://monogame.net/downloads/net8_mgfxc_wine_setup.sh | bash
    
  2. Or add brew install wget to the prerequisite list alongside p7zip.

Option 1 is probably cleaner since it avoids an extra dependency.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions