# HG changeset patch # User Jeff Hammel # Date 1270782159 25200 # Node ID 84a37735cd88e4cc64cf0f0d671aa42be6c5117a # Parent e6a440e2f595e240cee0fb38971da2cb8bdd5a1f add graphviz to list of desired packages diff -r e6a440e2f595 -r 84a37735cd88 python/install_config.py --- a/python/install_config.py Thu Apr 08 19:59:20 2010 -0700 +++ b/python/install_config.py Thu Apr 08 20:02:39 2010 -0700 @@ -60,6 +60,6 @@ # - ubuntu packages to install: -PACKAGES="unison fluxbox antiword xclip" +PACKAGES="unison fluxbox antiword xclip graphviz" print "Ensure the following packages are installed:" print "sudo apt-get install $PACKAGES"