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