added ruby 1.9 osx install command if using ruby 1.8
This commit is contained in:
4
beef
4
beef
@@ -19,7 +19,9 @@
|
||||
# @note Version check to ensure BeEF is running Ruby 1.9 >
|
||||
if RUBY_VERSION < '1.9'
|
||||
puts "\n"
|
||||
puts "Ruby version " + RUBY_VERSION + " is no longer supported. Please upgrade 1.9 or later."
|
||||
puts "Ruby version " + RUBY_VERSION + " is no longer supported. Please upgrade 1.9 or later."puts ""
|
||||
puts "OSX:"
|
||||
puts "sudo port install ruby19 +nosuffix"
|
||||
puts "\n"
|
||||
exit
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user