3 lines
98 B
PowerShell
3 lines
98 B
PowerShell
iwr https://chocolatey.org/install.ps1 -UseBasicParsing | iex
|
|
choco install -y git win32-openssh
|
|
|