diff python/install_config.py @ 173:61282540f7c7

add curl and arandr to needed packages
author Jeff Hammel <jhammel@mozilla.com>
date Sun, 23 Oct 2011 20:35:57 -0700
parents e12176a453e4
children 492ec7e2d46e
line wrap: on
line diff
--- a/python/install_config.py	Wed Oct 19 14:09:59 2011 -0700
+++ b/python/install_config.py	Sun Oct 23 20:35:57 2011 -0700
@@ -66,7 +66,7 @@
 
 
 # - ubuntu packages to install:
-PACKAGES="unison fluxbox antiword xclip graphviz python-dev python-lxml"
+PACKAGES="unison fluxbox antiword xclip graphviz python-dev python-lxml curl arandr"
 print "Ensure the following packages are installed:"
 print "sudo apt-get install $PACKAGES"