5 lines
195 B
PowerShell
5 lines
195 B
PowerShell
. "$PSScriptRoot/../powershell/Module.ps1";
|
|
. "$PSScriptRoot/../../../lib/Software.ps1";
|
|
|
|
$parameters = Get-ModuleInstallerComponents "Terminal-Icons";
|
|
Start-SoftwareInstaller @args @parameters;
|