Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

The install script only allows for Linux or Darwin, while a Windows release is available. #81

Open
ghost opened this issue Aug 20, 2019 · 0 comments

Comments

@ghost
Copy link

ghost commented Aug 20, 2019

Running the install command on git bash in Windows returns that the OS is not supported

user@pc MINGW64  ~ 
$ curl -s https://raw.githubusercontent.com/lighttiger2505/lab/master/install.sh | bash
OS not supported

This seems to be caused by the OS check in the install script:

case $(uname -s) in
Linux)  os="linux";;
Darwin) os="darwin";;
*) 

When I check the release page I do see Windows binaries, which I can download and install manually.
Can the install script be adjusted to take into account Windows users as well?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants