PortValhalla/scripts/Windows/Software/powershell/Main.ps1

5 lines
219 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-13 13:35:24 +00:00
Start-SoftwareInstaller @args -Inherit "$PSScriptRoot/../../../Common/Software/powershell/Main.ps1";