comparison python/install_config.py @ 245:aa31dc7ccb66

add irssi to packages to install
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 27 Nov 2012 18:10:47 -0800
parents 761e7dfc675e
children c37750a70f94
comparison
equal deleted inserted replaced
244:5e69f8c64b6e 245:aa31dc7ccb66
87 execute(*postinstall_commands) 87 execute(*postinstall_commands)
88 else: 88 else:
89 print "git not installed" 89 print "git not installed"
90 90
91 # - ubuntu packages to install: 91 # - ubuntu packages to install:
92 PACKAGES="mercurial unison fluxbox antiword xclip graphviz python-dev python-lxml curl arandr git emacs" 92 PACKAGES="mercurial unison fluxbox antiword xclip graphviz python-dev python-lxml curl arandr git emacs irssi"
93 print "Ensure the following packages are installed:" 93 print "Ensure the following packages are installed:"
94 print "sudo apt-get install %s" % PACKAGES 94 print "sudo apt-get install %s" % PACKAGES