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