PortValhalla/scripts/Windows/Software/Terminal-Icons/Install.ps1

5 lines
211 B
PowerShell
Raw Normal View History

2023-07-27 00:36:31 +00:00
#!/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";