We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe9abaa commit 676f003Copy full SHA for 676f003
1 file changed
install.sh
@@ -59,7 +59,7 @@ get_os(){
59
local os
60
os=$(uname -s)
61
case "$os" in
62
- MINGW* | Win*) echo "Windows" ;;
+ MINGW* | Win* | MSYS* | CYGWIN*) echo "Windows" ;;
63
Darwin*) echo "Darwin" ;;
64
Linux*) echo "Linux" ;;
65
*) error "Unsupported operating system: $os" ;;
0 commit comments