diff --git a/bucket/gsudo.json b/bucket/gsudo.json index fe96a5e616..dec8650d3a 100644 --- a/bucket/gsudo.json +++ b/bucket/gsudo.json @@ -11,7 +11,7 @@ "sudo" ] ], - "post_install": "& \"$dir\\gsudo.exe\" -k 2>&1 | Out-Null", + "post_install": "try { & \"$dir\\gsudo.exe\" -k 2>&1 | Out-Null } catch { info $_.Exception.Message }", "env_add_path": ".", "checkver": "github", "autoupdate": {