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