continue downloading cygwin's setup if interrupted or running once again
This commit is contained in:
parent
bbbfa246ff
commit
b612a5a5b0
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
choco install -y firefox googlechrome wget
|
choco install -y firefox googlechrome wget
|
||||||
wget https://cygwin.com/setup-x86_64.exe
|
wget -c https://cygwin.com/setup-x86_64.exe
|
||||||
REM cygwin installation
|
REM cygwin installation
|
||||||
setup-x86_64 -R "C:\cygwin" -Pg curl,zsh,git,vim,wget
|
setup-x86_64 -R "C:\cygwin" -Pg curl,zsh,git,vim,wget
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue