Merge pull request #11644 from indrajitr/detect-homebrew
Add homebrew to package managers' list
This commit is contained in:
commit
4455c14b90
1 changed files with 1 additions and 0 deletions
|
@ -116,6 +116,7 @@ class Facts(object):
|
|||
{ 'path' : '/bin/opkg', 'name' : 'opkg' },
|
||||
{ 'path' : '/opt/local/bin/pkgin', 'name' : 'pkgin' },
|
||||
{ 'path' : '/opt/local/bin/port', 'name' : 'macports' },
|
||||
{ 'path' : '/usr/local/bin/brew', 'name' : 'homebrew' },
|
||||
{ 'path' : '/sbin/apk', 'name' : 'apk' },
|
||||
{ 'path' : '/usr/sbin/pkg', 'name' : 'pkgng' },
|
||||
{ 'path' : '/usr/sbin/swlist', 'name' : 'SD-UX' },
|
||||
|
|
Loading…
Reference in a new issue