mirror of
https://github.com/nvbn/thefuck.git
synced 2025-02-22 12:58:33 +00:00
Merge pull request #227 from Dugucloud/master
Added a sudo string of Fedora's fedup
This commit is contained in:
commit
0296a4a46d
@ -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