Skip to content

Instantly share code, notes, and snippets.

@da9l
Created October 18, 2017 06:15
Show Gist options
  • Save da9l/263b3a969d55f79823f6beeb147c5186 to your computer and use it in GitHub Desktop.
Save da9l/263b3a969d55f79823f6beeb147c5186 to your computer and use it in GitHub Desktop.
#. { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force
PowerShell -NoProfile -ExecutionPolicy unrestricted -Command "$wc=new-object net.webclient; $wp=[system.net.WebProxy]::GetDefaultProxy(); $wp.UseDefaultCredentials=$true; $wc.Proxy=$wp; iex ($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