Skip to content

Instantly share code, notes, and snippets.

@dipack95
Last active June 4, 2016 10:17
Show Gist options
  • Save dipack95/a0ffc9ed35242cc1e3c511be454aecef to your computer and use it in GitHub Desktop.
Save dipack95/a0ffc9ed35242cc1e3c511be454aecef to your computer and use it in GitHub Desktop.
#!/bin/bash
echo "Getting 64 bit setup from Cygwin source." && wget -N https://cygwin.com/setup-x86_64.exe && chmod +x setup-x86_64.exe && echo "Upgrading all packages." && ./setup-x86_64.exe -nqg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment