Skip to content

Quick install step in readme fails to correctly detect OS #241

Description

@sandersaares

The readme says to use the following command:

curl -fsSL https://raw.githubusercontent.com/microsoft/waza/main/install.sh | bash

It further claims that "The script auto-detects your OS and architecture (linux/darwin/windows, amd64/arm64)".

I am running this command on Windows 11, in a PowerShell 7 terminal.

Expected result: this command auto-detects that I am on Windows/amd64 and installs the appropriate binary.

Actual result:

PS C:\Users\Sander> curl -fsSL https://raw.githubusercontent.com/microsoft/waza/main/install.sh | bash
Detected platform: linux/amd64
Latest version: 0.31.0 (v0.31.0)
Downloading waza-linux-amd64...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    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