mirror of
https://github.com/nvbn/thefuck.git
synced 2025-01-19 12:24:29 +00:00
Added dpkg rule
For example, when using ```dpkg -i some-pkg.deb```
This commit is contained in:
parent
4cf631fa47
commit
a2ac15da56
@ -7,7 +7,8 @@ patterns = ['permission denied',
|
|||||||
'root privilege',
|
'root privilege',
|
||||||
'This command has to be run under the root user.',
|
'This command has to be run under the root user.',
|
||||||
'This operation requires root.',
|
'This operation requires root.',
|
||||||
'You need to be root to perform this command.']
|
'You need to be root to perform this command.',
|
||||||
|
'requested operation requires superuser privilege']
|
||||||
|
|
||||||
|
|
||||||
def match(command, settings):
|
def match(command, settings):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user