Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions