Skip to content

Commit d77e606

Browse files
authored
Merge pull request #19 from FaithKovi/faithkovi-windows
add support for windows. Fix for issue #5
2 parents 0b00504 + 778ecf9 commit d77e606

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ while true; do
3939
break
4040

4141
elif [[ $system == "CYGWIN" || "$(uname)" == * ]]; then
42-
echo "CYGWIN is not yet supported"
43-
exit
42+
iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
43+
choco install -y git gh curl nodejs
4444
fi
4545

4646
done

0 commit comments

Comments
 (0)