mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
gsudo: Prevent NativeCommandError
 
This commit is contained in:
parent
74fef20f4b
commit
5ba5519a55
@ -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": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user