# HG changeset patch # User Jeff Hammel # Date 1296002434 28800 # Node ID f6774dcafb6a43eff4a4a5cdac3c5687527a82e4 # Parent 4a020fc59cec160dcb8f1b0e1238a7a58d35365f actually run the install script diff -r 4a020fc59cec -r f6774dcafb6a autobot/projects/talos/__init__.py --- a/autobot/projects/talos/__init__.py Tue Jan 25 16:21:22 2011 -0800 +++ b/autobot/projects/talos/__init__.py Tue Jan 25 16:40:34 2011 -0800 @@ -15,6 +15,8 @@ SourceFactory.__init__(self) # install the software [TODO] + self.addStep(ShellCommand(command=['wget', 'http://k0s.org/mozilla/install-talos.sh'])) + self.addStep(ShellCommand(command=['bash', 'install-talos.sh'])) # run the tests [TODO]