Skip to content

Instantly share code, notes, and snippets.

@meoso
Created July 25, 2022 13:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save meoso/77eddbfa98f678506a44d9896c0f5f60 to your computer and use it in GitHub Desktop.
Save meoso/77eddbfa98f678506a44d9896c0f5f60 to your computer and use it in GitHub Desktop.
cywin updater batch/powershell
powershell.exe -Command "Start-BitsTransfer -Source https://cygwin.com/setup-x86_64.exe -Destination setup-x86_64.exe"
setup-x86_64.exe --no-desktop --no-shortcuts --no-startmenu --upgrade-also --delete-orphans --quiet-mode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment