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