mirror of
https://github.com/nvbn/thefuck.git
synced 2025-10-30 14:44:05 +00:00
Added sudo string for Fedora's fedup
This commit is contained in:
@@ -11,7 +11,8 @@ patterns = ['permission denied',
|
||||
'requested operation requires superuser privilege',
|
||||
'must be run as root',
|
||||
'must be superuser',
|
||||
'Need to be root']
|
||||
'Need to be root',
|
||||
'you must be root to run this program.']
|
||||
|
||||
|
||||
def match(command, settings):
|
||||
|
||||
Reference in New Issue
Block a user