Problem Description
I am using Windows 11 with WSL installed. When I run the standard Agent-OS installation command, the files get installed to WSL instead of the Windows file system.
Solution that worked for me
Run the setup script in Git Bash instead of PowerShell or Command prompt:
curl -sSL https://raw.githubusercontent.com/buildermethods/agent-os/main/setup.sh | bash
Suggested Documentation Improvement
Consider adding these Windows-specific instructions to the installation docs to help users avoid this confusion.