Reload env after installing git
This commit is contained in:
parent
ffcda8584d
commit
ae3b877c2a
|
@ -49,6 +49,7 @@ $null = New-Module {
|
|||
|
||||
if (-not (Test-Command "git")) {
|
||||
Install-ChocoPackage git;
|
||||
refreshenv;
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue