Mercurial > hg > config
diff python/install_config.py @ 64:84a37735cd88
add graphviz to list of desired packages
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Thu, 08 Apr 2010 20:02:39 -0700 |
parents | 1aacc851332b |
children | c61997cf17b0 |
line wrap: on
line diff
--- 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"