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

6 lines
190 B
PowerShell

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