PortValhalla/scripts/Windows/Software/posh-git/Install.ps1

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";