1
0
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:
Trace 2015-04-27 17:45:59 -05:00
parent 4cf631fa47
commit a2ac15da56

View File

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