Environment
OS: Windows 11 with WSL
Installation method: PowerShell script
Shell: PowerShell / WSL bash
Steps to Reproduce
Run installation script in PowerShell:
irm https://raw.githubusercontent.com/xvirobotics/metabot/main/install.ps1 | iex
Installation completes successfully
Run metabot logs
Expected Behavior
The metabot logs command should execute successfully and display logs.
Actual Behavior
Command fails with error:
/bin/bash: C:\Users\xxx.local\bin\metabot: No such file or directory
The file does exist at C:\Users\xxx.local\bin\metabot.

Environment
OS: Windows 11 with WSL
Installation method: PowerShell script
Shell: PowerShell / WSL bash
Steps to Reproduce
Run installation script in PowerShell:
irm https://raw.githubusercontent.com/xvirobotics/metabot/main/install.ps1 | iexInstallation completes successfully
Run
metabot logsExpected Behavior
The metabot logs command should execute successfully and display logs.
Actual Behavior
Command fails with error:
/bin/bash: C:\Users\xxx.local\bin\metabot: No such file or directory
The file does exist at C:\Users\xxx.local\bin\metabot.