fix passing installation directory to cygwin's installer

This commit is contained in:
Cyryl Płotnicki-Chudyk 2016-07-30 12:37:35 +02:00
parent 9b5232110e
commit bbbfa246ff

View file

@ -1,5 +1,5 @@
choco install -y firefox googlechrome wget
wget https://cygwin.com/setup-x86_64.exe
REM cygwin installation
setup-x86_64 -R c:\cywin\ -Pg curl,zsh,git,vim,wget
setup-x86_64 -R "C:\cygwin" -Pg curl,zsh,git,vim,wget