Reload env after installing git

This commit is contained in:
Manuel Thalmann 2024-08-08 12:18:04 +02:00
parent c8c3b03773
commit 2abec73f45

View file

@ -48,6 +48,7 @@ $null = New-Module {
if (-not (Test-Command "git")) { if (-not (Test-Command "git")) {
Install-ChocoPackage git; Install-ChocoPackage git;
refreshenv;
continue; continue;
} }