Skip to content

Instantly share code, notes, and snippets.

@MichaelPaulukonis
Last active December 28, 2015 21:19
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 MichaelPaulukonis/7564166 to your computer and use it in GitHub Desktop.
Save MichaelPaulukonis/7564166 to your computer and use it in GitHub Desktop.
install chocolatey via powershell
@powershell -NoProfile -ExecutionPolicy unrestricted -Command
"iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))"
&& SET PATH=%PATH%;%systemdrive%\chocolatey\bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment