mirror of
https://github.com/nvbn/thefuck.git
synced 2025-02-20 20:09:07 +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:
parent
9660ec7813
commit
3ad8d52a84
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user