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