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