# HG changeset patch # User Jeff Hammel # Date 1354068647 28800 # Node ID aa31dc7ccb66ea408846ad0e895cc094ff74fdab # Parent 5e69f8c64b6e96cc20280015a2397b400f7638ac add irssi to packages to install diff -r 5e69f8c64b6e -r aa31dc7ccb66 python/install_config.py --- a/python/install_config.py Tue Nov 20 18:42:54 2012 -0800 +++ b/python/install_config.py Tue Nov 27 18:10:47 2012 -0800 @@ -89,6 +89,6 @@ print "git not installed" # - ubuntu packages to install: -PACKAGES="mercurial unison fluxbox antiword xclip graphviz python-dev python-lxml curl arandr git emacs" +PACKAGES="mercurial unison fluxbox antiword xclip graphviz python-dev python-lxml curl arandr git emacs irssi" print "Ensure the following packages are installed:" print "sudo apt-get install %s" % PACKAGES