Merge pull request #24 from aboe76/opensuse_support
added opensuse support
This commit is contained in:
commit
2045591a9d
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
||||||
'Gentoo': {'pkg': 'app-admin/sudo'},
|
'Gentoo': {'pkg': 'app-admin/sudo'},
|
||||||
'Mint': {'pkg': 'sudo'},
|
'Mint': {'pkg': 'sudo'},
|
||||||
'Arch': {'pkg': 'sudo'},
|
'Arch': {'pkg': 'sudo'},
|
||||||
|
'Suse': {'pkg': 'sudo'},
|
||||||
'FreeBSD': {'pkg': 'sudo',
|
'FreeBSD': {'pkg': 'sudo',
|
||||||
'config-path': '/usr/local/etc',
|
'config-path': '/usr/local/etc',
|
||||||
'group': 'wheel'},
|
'group': 'wheel'},
|
||||||
|
|
Loading…
Reference in a new issue