diff options
| author | Max Howell | 2012-02-21 09:53:03 +0000 |
|---|---|---|
| committer | Max Howell | 2012-03-09 12:10:50 +0000 |
| commit | b74cf8089dc62e543ad650efee5fccd4f9af582b (patch) | |
| tree | fb8ba5224121431e0435f9280f72d3c00824240b | |
| parent | 78bb77a5b2797efae4f8fb8c146cca6318dfd253 (diff) | |
| download | homebrew-b74cf8089dc62e543ad650efee5fccd4f9af582b.tar.bz2 | |
Improve messaging for this 0.01% edge case
| -rw-r--r-- | install_homebrew.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/install_homebrew.rb b/install_homebrew.rb index 25510a25b..ee58255e8 100644 --- a/install_homebrew.rb +++ b/install_homebrew.rb @@ -77,8 +77,9 @@ abort "Don't run this as root!" if Process.uid == 0 abort <<-EOABORT unless `groups`.split.include? "admin" This script requires the user #{ENV['USER']} to be an Administrator. If this sucks for you then you can install Homebrew in your home directory or however -you please; please refer to the website. If you still want to use this script -set your user to be an Administrator in System Preferences or `su'. +you please; please refer to our homepage. If you still want to use this script +set your user to be an Administrator in System Preferences or `su' to a +non-root user with Administrator privileges. EOABORT ohai "This script will install:" |
