changeset 245:aa31dc7ccb66

add irssi to packages to install
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 27 Nov 2012 18:10:47 -0800
parents 5e69f8c64b6e
children d9b8d176c449
files python/install_config.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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