do not use cygwin from chocolatey, have more control
This commit is contained in:
parent
2ff4617ed8
commit
71224ec4e4
1 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,6 @@
|
||||||
choco install -y firefox googlechrome
|
choco install -y firefox googlechrome wget
|
||||||
choco install -fy cygwin --installargs "-Pg curl,zsh,git,vim,wget"
|
|
||||||
refreshenv
|
refreshenv
|
||||||
|
wget https://cygwin.com/setup-x86_64.exe
|
||||||
|
REM cygwin installation
|
||||||
|
setup-x86_64 -R c:\cywin\ -Pg curl,zsh,git,vim,wget
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue