Created
March 12, 2011 02:26
-
-
Save ryenus/866972 to your computer and use it in GitHub Desktop.
Update Cygwin installer and the packages with a one-click batch script
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
@echo off | |
echo Checking for the latest cygwin installer | |
wget -N -nv --no-cache http://www.cygwin.com/setup.exe | |
start setup.exe -n -M -A >NUL 2>&1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment