2023-07-27 00:22:09 +00:00
|
|
|
#!/bin/pwsh
|
2023-07-27 00:25:17 +00:00
|
|
|
Install-Module -AcceptLicense -Scope AllUsers -Force posh-git;
|
|
|
|
powershell -c "Install-Module -Scope AllUsers -Force posh-git;";
|
2024-03-20 23:29:09 +00:00
|
|
|
. "$PSScriptRoot/../../Config/posh-git/Install.ps1";
|