Skip to content

Instantly share code, notes, and snippets.

@KZeronimo
Last active March 11, 2023 17:12
Show Gist options
  • Save KZeronimo/3e5073ec5bb4f0cdb97d6c8d85831dce to your computer and use it in GitHub Desktop.
Save KZeronimo/3e5073ec5bb4f0cdb97d6c8d85831dce to your computer and use it in GitHub Desktop.
Install Package Full 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/3dd360bece3341a322335469a0a813ea/raw/package-full.ps1" -DisableReboots | Out-Host; $?)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment