Skip to content
Snippets Groups Projects
Commit 771ae5c5 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

Revert "Merge pull request #1562 from woodruffw/check-admin-group"

This reverts commit 7f13b37b, reversing
changes made to 62e0ecda.
parent 64cb52ef
No related branches found
No related tags found
No related merge requests found
......@@ -1069,19 +1069,6 @@ module Homebrew
message
end
def check_for_member_of_admin_group
groups = Utils.popen_read("groups").split
return unless groups.include?("admin")
<<-EOS.undent
You are not a member of the "admin" group, which will cause
commands like `brew linkapps` to fail.
To fix this, you can run:
`sudo dseditgroup -o edit -a $(whoami) -t user admin`
EOS
end
def all
methods.map(&:to_s).grep(/^check_/)
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment