changeset 234:761e7dfc675e

updates from most recent usage
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 09 Aug 2012 12:54:12 -0700
parents 342c121cbc30
children 08b56716eee7
files python/install_config.py
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/python/install_config.py	Wed Aug 08 15:56:29 2012 -0700
+++ b/python/install_config.py	Thu Aug 09 12:54:12 2012 -0700
@@ -1,4 +1,5 @@
 #!/usr/bin/env python
+
 """
 installs config to a user's home directory
 this can be done with
@@ -84,8 +85,10 @@
                              ['ln', '-s', os.path.join(HOME, 'silvermirror', 'bin', 'silvermirror'), os.path.join(HOME, 'bin', 'silvermirror') ],
                              ]
     execute(*postinstall_commands)
+else:
+    print "git not installed"
 
 # - ubuntu packages to install:
-PACKAGES="mercurial unison fluxbox antiword xclip graphviz python-dev python-lxml curl arandr"
+PACKAGES="mercurial unison fluxbox antiword xclip graphviz python-dev python-lxml curl arandr git emacs"
 print "Ensure the following packages are installed:"
 print "sudo apt-get install %s" % PACKAGES