Skip to content

Instantly share code, notes, and snippets.

@KZeronimo
Last active March 6, 2023 19:47
Show Gist options
  • Save KZeronimo/d97567ad50bac87392887604b7e675bd to your computer and use it in GitHub Desktop.
Save KZeronimo/d97567ad50bac87392887604b7e675bd to your computer and use it in GitHub Desktop.
Install Package Bootstrap via Boxstarter
$(. Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://boxstarter.org/bootstrapper.ps1')); $?) -and $(Get-Boxstarter -Force | Out-Host; $?) -and $(Install-BoxstarterPackage -PackageName "https://gist.githubusercontent.com/KZeronimo/e083537a255355b6090ae71a61cd0820/raw/package-bootstrap.ps1" -DisableReboots | Out-Host; $?)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment