Skip to content

Instantly share code, notes, and snippets.

@mwrock
Forked from ferventcoder/InstallChocolatey.cmd
Created April 3, 2012 13:32
Show Gist options
  • Save mwrock/2292008 to your computer and use it in GitHub Desktop.
Save mwrock/2292008 to your computer and use it in GitHub Desktop.
Chocolatey One Line Install from the command line
@powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('http://bit.ly/psChocInstall'))";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment