Mercurial > hg > config
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 63:e6a440e2f595 | 64:84a37735cd88 |
|---|---|
| 58 ] | 58 ] |
| 59 execute(*postinstall_commands) | 59 execute(*postinstall_commands) |
| 60 | 60 |
| 61 | 61 |
| 62 # - ubuntu packages to install: | 62 # - ubuntu packages to install: |
| 63 PACKAGES="unison fluxbox antiword xclip" | 63 PACKAGES="unison fluxbox antiword xclip graphviz" |
| 64 print "Ensure the following packages are installed:" | 64 print "Ensure the following packages are installed:" |
| 65 print "sudo apt-get install $PACKAGES" | 65 print "sudo apt-get install $PACKAGES" |
