aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Howell2012-02-21 09:53:03 +0000
committerMax Howell2012-03-09 12:10:50 +0000
commitaf3e5ad979fe69a2c592d11028821f6894c6206c (patch)
treefb8ba5224121431e0435f9280f72d3c00824240b
parentf37e22838cb0df651f50dd063135d975f7d30e3f (diff)
downloadbrew-af3e5ad979fe69a2c592d11028821f6894c6206c.tar.bz2
Improve messaging for this 0.01% edge case
-rw-r--r--install_homebrew.rb5
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:"