changeset 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 60c8a2506630
children 492ec7e2d46e
files python/install_config.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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"