mirror of
https://github.com/sds1979v/game-and-watch-backup-4-windows.git
synced 2025-12-17 01:15:54 +01:00
7 lines
378 B
PowerShell
7 lines
378 B
PowerShell
Clear-Host
|
|
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
|
|
|
|
choco install openocd-xpack -y
|
|
choco install dd -y
|
|
choco install gcc-arm-embedded -y
|
|
choco install python -y |