5 lines
189 B
PowerShell
5 lines
189 B
PowerShell
. "$PSScriptRoot/../powershell/Module.ps1";
|
|
. "$PSScriptRoot/../../../lib/Software.ps1";
|
|
|
|
$parameters = Get-ModuleInstallerComponents "posh-git";
|
|
Start-SoftwareInstaller @args @parameters;
|