Last active
October 18, 2017 07:10
-
-
Save da9l/1ad24a9941ffb4e9d68b7e7ffe157bb2 to your computer and use it in GitHub Desktop.
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
$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