From ae3b877c2af3fdf254f14d5b1779bcd74925f381 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Thu, 8 Aug 2024 12:18:04 +0200 Subject: [PATCH] Reload env after installing git --- scripts/Windows/OS/Install.ps1 | 1 + 1 file changed, 1 insertion(+) 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; }