livebud / bud

The Full-Stack Web Framework for Go
MIT License
5.56k stars 181 forks source link

Fix installer error message for Window's 11 #130

Open gofenix opened 2 years ago

gofenix commented 2 years ago

when i run this command in windows11's terminal:

curl -sf https://raw.githubusercontent.com/livebud/bud/main/install.sh | sh

sh: uname_os_check: internal error 'MINGW64_NT-10.0-25115' got converted to 'mingw64_nt-10.0-25115' which is not a GOOS value. Please file bug at https://github.com/client9/shlib

Will it suport windows?

012e commented 2 years ago

Currently, there is no Windows support, only WSL. A discussion for native Windows support has already started here.

matthewmueller commented 2 years ago

@012e is right, there's only WSL support at the moment.

Interesting though, the installer definitely should have picked up on this! Repurposing this issue to get that fixed.