Skip to content

Instantly share code, notes, and snippets.

@KZeronimo
Last active March 17, 2023 14:09
Show Gist options
  • Save KZeronimo/cfe82dab8792c82fa8684a712fc4be34 to your computer and use it in GitHub Desktop.
Save KZeronimo/cfe82dab8792c82fa8684a712fc4be34 to your computer and use it in GitHub Desktop.
Install Package Raspi 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 'hhttps://gist.githubusercontent.com/KZeronimo/724a4fc6f01c2e4148dc79fe21e85ed0/raw/package-raspi-full.ps1' -DisableReboots | Out-Host; $?)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment