Reload env after installing git

This commit is contained in:
Manuel Thalmann 2024-08-08 12:18:04 +02:00
parent 45d4388b68
commit 69b66ac28a

View file

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