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.

install.sh 212B

123456789101112
  1. #!/usr/bin/env bash
  2. set -x
  3. set -e
  4. set -o pipefail
  5. apt-get update
  6. DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
  7. luatex \
  8. texlive-luatex \
  9. fonts-noto-color-emoji \
  10. ;