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.',
|
'you don\'t have access to the history db.',
|
||||||
'authentication is required',
|
'authentication is required',
|
||||||
'edspermissionerror',
|
'edspermissionerror',
|
||||||
'you don\'t have write permissions']
|
'you don\'t have write permissions',
|
||||||
|
'use `sudo`']
|
||||||
|
|
||||||
|
|
||||||
def match(command):
|
def match(command):
|
||||||
|
|||||||
Reference in New Issue
Block a user