Created
December 8, 2016 06:13
-
-
Save furlongm/7c06af77018df93ec1fd890ffbc5dfac to your computer and use it in GitHub Desktop.
cygwin-auto-update.bat
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd %USERPROFILE%\Downloads | |
c:\cygwin64\bin\curl.exe http://cygwin.com/setup-x86_64.exe > setup-x86_64.exe | |
setup-x86_64.exe --no-desktop --no-shortcuts --no-startmenu --quiet-mode --verbose --force-current --delete-orphans --upgrade-also --no-admin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ps, the cygwin website supports last-modified timestamps, as does wget, thus this works much better:
bin\wget.exe --timestamping http://www.cygwin.com/setup-x86_64.exe && start setup-x86_64.exe