4 lines
247 B
Batchfile
4 lines
247 B
Batchfile
echo on
|
|
@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin
|
|
choco install -y git win32-openssh
|
|
|