Skip to content

Instantly share code, notes, and snippets.

@grenade
Created January 10, 2014 09:43
Show Gist options
  • Save grenade/8349217 to your computer and use it in GitHub Desktop.
Save grenade/8349217 to your computer and use it in GitHub Desktop.
$webClient = New-Object System.Net.WebClient
$webClient.Proxy.Credentials = [System.Net.CredentialCache]::DefaultNetworkCredentials
Invoke-Expression ($webClient.DownloadString('https://chocolatey.org/install.ps1'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment