PortValhalla/scripts/Common/Software/posh-git/Main.ps1

5 lines
189 B
PowerShell

. "$PSScriptRoot/../powershell/Module.ps1";
. "$PSScriptRoot/../../../lib/Software.ps1";
$parameters = Get-ModuleInstallerComponents "posh-git";
Start-SoftwareInstaller @args @parameters;