mirror of
https://github.com/feigeCode/navop.git
synced 2026-09-22 00:01:25 +00:00
7 lines
365 B
PowerShell
7 lines
365 B
PowerShell
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
|
|
Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression
|
|
|
|
winget install Microsoft.VisualStudio.2022.Community --silent --override "--wait --quiet --add ProductLang En-us --add Microsoft.VisualStudio.Workload.NativeDesktop --includeRecommended"
|
|
scoop bucket add extras
|
|
scoop install cmake
|