2024-10-13 13:35:24 +00:00
|
|
|
. "$PSScriptRoot/../powershell/Module.ps1";
|
2024-08-07 20:55:25 +00:00
|
|
|
. "$PSScriptRoot/../../Scripts/Software.ps1";
|
|
|
|
|
|
|
|
$parameters = Get-ModuleInstallerComponents "posh-git";
|
2024-09-30 03:00:20 +00:00
|
|
|
Start-SoftwareInstaller @args @parameters;
|