1
0
mirror of https://github.com/nvbn/thefuck.git synced 2024-10-06 02:41:10 +01:00

Added sudo string for Fedora's fedup

This commit is contained in:
Dugucloud 2015-05-28 09:46:41 +08:00
parent e09c6530e5
commit 710a72ee8c

View File

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