We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b00504 + 778ecf9 commit d77e606Copy full SHA for d77e606
install.sh
@@ -39,8 +39,8 @@ while true; do
39
break
40
41
elif [[ $system == "CYGWIN" || "$(uname)" == * ]]; then
42
- echo "CYGWIN is not yet supported"
43
- exit
+ iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
+ choco install -y git gh curl nodejs
44
fi
45
46
done
0 commit comments