Reload env after installing git

This commit is contained in:
Manuel Thalmann 2024-08-08 12:18:04 +02:00
parent 29498e8646
commit bbfe5a9304

View file

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