5 lines
211 B
PowerShell
5 lines
211 B
PowerShell
#!/bin/pwsh
|
|
Install-Module -AcceptLicense -Scope AllUsers -Force Terminal-Icons;
|
|
powershell -c "Install-Module -Scope AllUsers -Force Terminal-Icons;";
|
|
. "$PSScriptRoot/../../Config/Terminal-Icons/Install.ps1";
|