diff --git a/install.sh b/install.sh index 8209ea5..da5b21b 100755 --- a/install.sh +++ b/install.sh @@ -39,8 +39,8 @@ while true; do break elif [[ $system == "CYGWIN" || "$(uname)" == * ]]; then - echo "CYGWIN is not yet supported" - exit + iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) + choco install -y git gh curl nodejs fi done