Skip to content

Instantly share code, notes, and snippets.

@ferventcoder
Created April 2, 2012 21:38
Show Gist options
  • Save ferventcoder/2287413 to your computer and use it in GitHub Desktop.
Save ferventcoder/2287413 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'))";
@ferventcoder
Copy link
Author

Thanks Dru Sellers for asking... :D

This is better than the other because you don't need to change your execution policy nor do you need to open powershell. Just a command line.

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