Reload env after installing git

This commit is contained in:
Manuel Thalmann 2024-08-08 12:18:04 +02:00
parent 444f5e3f70
commit 5db92219aa

View file

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