Skip to content

Instantly share code, notes, and snippets.

@xpando
Created August 16, 2013 18:01
Show Gist options
  • Select an option

  • Save xpando/6252070 to your computer and use it in GitHub Desktop.

Select an option

Save xpando/6252070 to your computer and use it in GitHub Desktop.
Install Chocolatey
$a=new-object net.webclient;$a.proxy.credentials=[system.net.credentialcache]::Defaultnetworkcredentials;$a.downloadstring('https://chocolatey.org/install.ps1')|iex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment