Add Help Message

Not everyone runs Ubuntu/Debian and is using apt-get, so add a friendly reminder to check with your distro's documentation for help.
This commit is contained in:
Rowan Decker 2014-03-29 18:59:10 -05:00
parent 8f3f9f8516
commit cad1448b9f
3 changed files with 4 additions and 4 deletions
scripts/devSetup

View file

@ -34,7 +34,7 @@ class Ruby(dependency.Dependency):
elif operating_system == u"mac":
raise errors.CoCoError(u"Ruby should be installed with Mac OSX machines. Please install Ruby.")
elif operating_system == u"linux":
raise errors.CoCoError(u"Please install Ruby on your Linux distribution(try 'sudo apt-get install ruby'.")
raise errors.CoCoError(u"Please install Ruby (try 'sudo apt-get install ruby').\nIf you are not using Ubuntu then please see your Linux Distribution's documentation for help installing ruby."")
def install_ruby_on_windows(self):
raise NotImplementedError