# HG changeset patch # User Jeff Hammel # Date 1319427357 25200 # Node ID 61282540f7c7b39220e2f9323b37469c11ba01f7 # Parent 60c8a25066304204ef3b866a09e70aa9a713b1c4 add curl and arandr to needed packages diff -r 60c8a2506630 -r 61282540f7c7 python/install_config.py --- 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"