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...
The readme says to use the following command:
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: