You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Running the install command on git bash in Windows returns that the OS is not supported
This seems to be caused by the OS check in the install script:
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?
The text was updated successfully, but these errors were encountered: