osx installer updates to the voice
This commit is contained in:
parent
a9292df275
commit
983b83ac68
1 changed files with 4 additions and 5 deletions
|
|
@ -11,11 +11,10 @@ task :install do
|
||||||
puts "****************************************************************************"
|
puts "****************************************************************************"
|
||||||
puts ""
|
puts ""
|
||||||
puts "We're going to install a ton of stuff to get Diaspora running on your box."
|
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."
|
puts "Grab a tasty beverage - this might take a while. Then let's get started!"
|
||||||
print "Hit enter to continue! "
|
print "Hit enter once you have a drink! "
|
||||||
input = STDIN.gets
|
input = STDIN.gets
|
||||||
|
|
||||||
|
|
||||||
BREW_INSTALLED = installed?('brew')
|
BREW_INSTALLED = installed?('brew')
|
||||||
RVM_INSTALLED = installed?('rvm')
|
RVM_INSTALLED = installed?('rvm')
|
||||||
MYSQL_INSTALLED = installed?('mysql')
|
MYSQL_INSTALLED = installed?('mysql')
|
||||||
|
|
@ -24,8 +23,8 @@ task :install do
|
||||||
XCODE_INSTALLED = installed?('gcc')
|
XCODE_INSTALLED = installed?('gcc')
|
||||||
|
|
||||||
unless XCODE_INSTALLED
|
unless XCODE_INSTALLED
|
||||||
puts "You need to install XCode before running this script. :("
|
puts "Sadly, 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 "You can get it from your OSX install DVD, or download it from Apple's developer page."
|
||||||
Process.exit
|
Process.exit
|
||||||
end
|
end
|
||||||
puts "Hooray! You have XCode already!"
|
puts "Hooray! You have XCode already!"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue