Skip to content

Instantly share code, notes, and snippets.

@ryenus
Last active November 17, 2018 03:03
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryenus/4a67039eccda13ee7e1f to your computer and use it in GitHub Desktop.
Save ryenus/4a67039eccda13ee7e1f to your computer and use it in GitHub Desktop.
cygup
REM cygup
@echo off
pushd "%~dp0"
set PATH="%~dp0;%dp0/bin"
@wget -N -nv --no-cache http://cygwin.com/setup-x86.exe
@start "Cygwin setup" /b setup-x86.exe -n -M -A >NUL 2>&1
@ryenus
Copy link
Author

ryenus commented Oct 15, 2015

Note: save it as cygup.bat inside cygwin directory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment