Skip to content

Instantly share code, notes, and snippets.

@jinahya
Last active November 19, 2015 22:35
Show Gist options
  • Save jinahya/ec102dcaf41456fb67ec to your computer and use it in GitHub Desktop.
Save jinahya/ec102dcaf41456fb67ec to your computer and use it in GitHub Desktop.
updating cygwin installer itself and invoking it.
$file = "setup-x86_64.exe"
Invoke-WebRequest -OutFile $file https://www.cygwin.com/$file
Invoke-Expression .\$file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment