mirror of
https://github.com/actions/runner-images.git
synced 2026-01-06 18:19:54 +08:00
Inital commit.
This commit is contained in:
10
images/win/scripts/Installers/Install-Mercurial.ps1
Normal file
10
images/win/scripts/Installers/Install-Mercurial.ps1
Normal file
@@ -0,0 +1,10 @@
|
||||
################################################################################
|
||||
## File: Install-Mercurial.ps1
|
||||
## Desc: Install Mercurial
|
||||
################################################################################
|
||||
|
||||
choco install hg -y --version 5.0.0
|
||||
|
||||
$hgPath = "${env:ProgramFiles}\Mercurial\"
|
||||
Add-MachinePathItem $hgPath
|
||||
$env:Path = Get-MachinePath
|
||||
Reference in New Issue
Block a user