From 983b83ac68f4d70b631f6ddec4f3ebdd08cff0d6 Mon Sep 17 00:00:00 2001 From: Sarah Mei Date: Sun, 15 May 2011 12:27:44 -0700 Subject: [PATCH] osx installer updates to the voice --- INSTALL_ON_OSX | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/INSTALL_ON_OSX b/INSTALL_ON_OSX index b7c09b066..3d1efc03a 100644 --- a/INSTALL_ON_OSX +++ b/INSTALL_ON_OSX @@ -11,11 +11,10 @@ task :install do puts "****************************************************************************" puts "" puts "We're going to install a ton of stuff to get Diaspora running on your box." - puts "Grab a beer and let's get started." - print "Hit enter to continue! " + puts "Grab a tasty beverage - this might take a while. Then let's get started!" + print "Hit enter once you have a drink! " input = STDIN.gets - BREW_INSTALLED = installed?('brew') RVM_INSTALLED = installed?('rvm') MYSQL_INSTALLED = installed?('mysql') @@ -24,8 +23,8 @@ task :install do XCODE_INSTALLED = installed?('gcc') unless XCODE_INSTALLED - puts "You need to install XCode before running this script. :(" - puts "You can get it from your OSX install DVD, or from Apple's developer page." + puts "Sadly, you need to install XCode before running this script. :(" + puts "You can get it from your OSX install DVD, or download it from Apple's developer page." Process.exit end puts "Hooray! You have XCode already!"