PortValhalla/scripts/Common/Software/terminal-icons/Main.ps1

6 lines
196 B
PowerShell
Raw Normal View History

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 "Terminal-Icons";
2024-09-30 03:00:20 +00:00
Start-SoftwareInstaller @args @parameters;