mirror of
				https://github.com/nvbn/thefuck.git
				synced 2025-10-31 07:04:12 +00:00 
			
		
		
		
	Add sudo rule for Aura
When installing from Arch User Repository without root:
    aura >>= You have to use `sudo` for that.
This commit adds the slightly more general, but unambiguous, "use `sudo`".
This commit closes #543.
			
			
This commit is contained in:
		| @@ -19,7 +19,8 @@ patterns = ['permission denied', | ||||
|             'you don\'t have access to the history db.', | ||||
|             'authentication is required', | ||||
|             'edspermissionerror', | ||||
|             'you don\'t have write permissions'] | ||||
|             'you don\'t have write permissions', | ||||
|             'use `sudo`'] | ||||
|  | ||||
|  | ||||
| def match(command): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user