Add posh-git
to Windows installations
This commit is contained in:
parent
2a7e0b643e
commit
c851336400
4 changed files with 19 additions and 2 deletions
scripts/Windows/Software/posh-git
8
scripts/Windows/Software/posh-git/Install.ps1
Normal file
8
scripts/Windows/Software/posh-git/Install.ps1
Normal file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/pwsh
|
||||
param($context);
|
||||
. "$PSScriptRoot/../../Scripts/Context.ps1";
|
||||
|
||||
[Context] $context = $context;
|
||||
Install-Module -Scope AllUsers posh-git;
|
||||
powershell -c "Install-Module -Scope AllUsers posh-git;";
|
||||
. "$PSScriptRoot/../../Config/posh-git/Install.ps1" $context;
|
Loading…
Add table
Add a link
Reference in a new issue