Created
April 2, 2012 21:38
-
-
Save ferventcoder/2287413 to your computer and use it in GitHub Desktop.
Chocolatey One Line Install from the command line
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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
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.