Skip to content

Instantly share code, notes, and snippets.

@ryenus
Created March 12, 2011 02:26
Show Gist options
  • Save ryenus/866972 to your computer and use it in GitHub Desktop.
Save ryenus/866972 to your computer and use it in GitHub Desktop.
Update Cygwin installer and the packages with a one-click batch script
@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