Fix non-functioning gsudo detection

This commit is contained in:
Manuel Thalmann 2024-10-01 11:53:31 +02:00
parent e7489dc411
commit 57c7bd7130

View file

@ -157,7 +157,7 @@ $null = New-Module {
} }
} }
if (-not (Test-Command "gsudo")) { if (-not (Test-Command "gsudo.exe")) {
Install-ChocoPackage gsudo; Install-ChocoPackage gsudo;
refreshenv; refreshenv;
continue; continue;