[latex3-commits] [l3svn] 01/02: Add a script to install TL for testing

noreply at latex-project.org noreply at latex-project.org
Wed Sep 23 21:47:28 CEST 2015


This is an automated email from the git hooks/post-receive script.

joseph pushed a commit to branch master
in repository l3svn.

commit 9f580812118853c1431fb38ac63ea227345a8845
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Sep 23 20:46:18 2015 +0100

    Add a script to install TL for testing
---
 texlive.sh |   20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/texlive.sh b/texlive.sh
new file mode 100644
index 0000000..4f302ff
--- /dev/null
+++ b/texlive.sh
@@ -0,0 +1,20 @@
+wget http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz
+tar -xzf install-tl-unx.tar.gz
+cd install-tl-20*
+
+# Set up the automated install
+cat << EOF >> 
+selected_scheme scheme-basic
+TEXDIR /tmp/texlive
+TEXMFCONFIG ~/.texlive2015/texmf-config
+TEXMFHOME ~/texmf
+TEXMFLOCAL /tmp/texlive/texmf-local
+TEXMFSYSCONFIG /tmp/texlive/texmf-config
+TEXMFSYSVAR /tmp/texlive/texmf-var
+TEXMFVAR ~/.texlive2015/texmf-var
+EOF
+
+./install-tl --profile=./texlive.profile
+export PATH=/tmp/texlive/bin/x86_64-linux:$PATH
+tlmgr install latex luatex pdftex ptex uptex xetex
+cd ..

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the latex3-commits mailing list