PortValhalla/scripts/Common/Software/Terminal-Icons/Main.ps1

6 lines
196 B
PowerShell
Raw Normal View History

2024-08-07 20:55:25 +00:00
. "$PSScriptRoot/../PowerShell/Module.ps1";
. "$PSScriptRoot/../../Scripts/Software.ps1";
$parameters = Get-ModuleInstallerComponents "Terminal-Icons";
2024-09-30 03:00:20 +00:00
Start-SoftwareInstaller @args @parameters;