mirror of
https://github.com/nvbn/thefuck.git
synced 2025-10-08 04:44:00 +01:00
Add more patterns to sudo.py
These patterns cover commands like `reboot` or `dpkg-reconfigure something`
This commit is contained in:
@@ -8,7 +8,9 @@ patterns = ['permission denied',
|
||||
'This command has to be run under the root user.',
|
||||
'This operation requires root.',
|
||||
'You need to be root to perform this command.',
|
||||
'requested operation requires superuser privilege']
|
||||
'requested operation requires superuser privilege',
|
||||
'must be run as root',
|
||||
'must be superuser']
|
||||
|
||||
|
||||
def match(command, settings):
|
||||
|
Reference in New Issue
Block a user