Fix non-functioning gsudo
detection
This commit is contained in:
parent
e7489dc411
commit
57c7bd7130
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue