PortValhalla/scripts/Windows/Software/PowerShell/Manage.ps1

5 lines
221 B
PowerShell
Raw Normal View History

2024-08-07 19:05:32 +00:00
. "$PSScriptRoot/../../../Common/Scripts/Software.ps1";
. "$PSScriptRoot/../../../Common/Types/InstallerAction.ps1";
2024-08-07 18:30:12 +00:00
2024-10-12 15:14:53 +00:00
Start-SoftwareInstaller @args -Inherit "$PSScriptRoot/../../../Common/Software/PowerShell/Manage.ps1";