You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
281 B

10 years ago
10 years ago
  1. #! /bin/bash
  2. # exit if a command fails
  3. set -eo pipefail
  4. # install full texlive distribution
  5. apt-get update && apt-get install -y texlive-full
  6. # cleanup package manager
  7. apt-get autoclean && apt-get clean
  8. rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
  9. # prepare dir
  10. mkdir /source