Mercurial > hg > config
comparison python/install_config.py @ 173:61282540f7c7
add curl and arandr to needed packages
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Sun, 23 Oct 2011 20:35:57 -0700 |
parents | e12176a453e4 |
children | 492ec7e2d46e |
comparison
equal
deleted
inserted
replaced
172:60c8a2506630 | 173:61282540f7c7 |
---|---|
64 ] | 64 ] |
65 execute(*postinstall_commands) | 65 execute(*postinstall_commands) |
66 | 66 |
67 | 67 |
68 # - ubuntu packages to install: | 68 # - ubuntu packages to install: |
69 PACKAGES="unison fluxbox antiword xclip graphviz python-dev python-lxml" | 69 PACKAGES="unison fluxbox antiword xclip graphviz python-dev python-lxml curl arandr" |
70 print "Ensure the following packages are installed:" | 70 print "Ensure the following packages are installed:" |
71 print "sudo apt-get install $PACKAGES" | 71 print "sudo apt-get install $PACKAGES" |
72 | 72 |
73 # setup git's global ignore, since git is silly about this and doesn't look for the file in the right place | 73 # setup git's global ignore, since git is silly about this and doesn't look for the file in the right place |
74 subprocess.call('if which git; then git config --global core.excludesfile ~/.gitignore; fi', shell=True) | 74 subprocess.call('if which git; then git config --global core.excludesfile ~/.gitignore; fi', shell=True) |