Skip to content

Commit d1a4871

Browse files
authored
Support busybox in powershell installation
1 parent c5d10a3 commit d1a4871

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install-binary.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ initOS() {
5555
OS=$(uname -s)
5656

5757
case "$OS" in
58+
Windows_NT) OS='windows' ;;
5859
# Msys support
5960
MSYS*) OS='windows' ;;
6061
# Minimalist GNU for Windows

0 commit comments

Comments
 (0)