~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to bin/ivle-dev-setup

  • Committer: William Grant
  • Date: 2011-08-24 08:24:12 UTC
  • Revision ID: me@williamgrant.id.au-20110824082412-t63nzi53fv1agcb4
Use --no-install-recommends in ivle-dev-setup, to avoid installing several hundred megabytes of TeX.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
 
41
41
logging.info("Installing dependencies.")
42
42
subprocess.check_call([
43
 
    "sudo", "apt-get", "install", "apache2", "libapache2-mod-python",
 
43
    "sudo", "apt-get", "install", "--no-install-recommends",
 
44
    "apache2", "libapache2-mod-python",
44
45
    "libapache2-svn", "python2.6", "python-configobj",
45
46
    "python-docutils", "python-epydoc", "python-formencode",
46
47
    "python-genshi", "python-psycopg2", "python-svn", "python-storm",