Skip to content

Instantly share code, notes, and snippets.

@da9l
Last active October 18, 2017 07:10
Show Gist options
  • Save da9l/1ad24a9941ffb4e9d68b7e7ffe157bb2 to your computer and use it in GitHub Desktop.
Save da9l/1ad24a9941ffb4e9d68b7e7ffe157bb2 to your computer and use it in GitHub Desktop.
$wc=new-object net.webclient
$wp=[system.net.WebProxy]::GetDefaultProxy()
$wp.UseDefaultCredentials=$true
$wc.Proxy=$wp
Invoke-Expression ($wc.DownloadString("http://boxstarter.org/bootstrapper.ps1"))
get-boxstarter -Force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment