mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 13:17:54 +00:00
7 lines
262 B
PowerShell
7 lines
262 B
PowerShell
################################################################################
|
|
## File: Install-TortoiseSvn.ps1
|
|
## Desc: Install TortoiseSvn
|
|
################################################################################
|
|
|
|
Install-ChocoPackage tortoisesvn
|