diff --git a/scripts/Windows/OS/Install.ps1 b/scripts/Windows/OS/Install.ps1 index d2cac3cd..2ac32dc4 100644 --- a/scripts/Windows/OS/Install.ps1 +++ b/scripts/Windows/OS/Install.ps1 @@ -49,6 +49,7 @@ $null = New-Module { if (-not (Test-Command "git")) { Install-ChocoPackage git; + refreshenv; continue; }