PortValhalla/scripts/Common/Software/git/Manage.ps1

12 lines
221 B
PowerShell
Raw Normal View History

2024-08-10 13:28:10 +00:00
param (
$Action,
[hashtable] $Arguments
)
. "$PSScriptRoot/../../Scripts/Software.ps1";
. "$PSScriptRoot/../../Types/InstallerAction.ps1";
Start-SoftwareInstaller @PSBoundParameters `
-Configurator {
};