1
0
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:
Ollie Ford 2016-09-30 20:32:40 +01:00 committed by GitHub
parent 9660ec7813
commit 3ad8d52a84

View File

@ -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):