[latex3-commits] [l3svn] r6133 - Set up TL script to auto-update

noreply at latex-project.org noreply at latex-project.org
Wed Sep 30 08:52:10 CEST 2015


Author: joseph
Date: 2015-09-30 08:52:10 +0200 (Wed, 30 Sep 2015)
New Revision: 6133

Modified:
   trunk/texlive.sh
Log:
Set up TL script to auto-update


Modified: trunk/texlive.sh
===================================================================
--- trunk/texlive.sh	2015-09-30 06:31:46 UTC (rev 6132)
+++ trunk/texlive.sh	2015-09-30 06:52:10 UTC (rev 6133)
@@ -9,7 +9,8 @@
 # See if there is a cached verson of TL available
 export PATH=/tmp/texlive/bin/x86_64-linux:$PATH
 if command -v texlua > /dev/null; then
-  echo "Cache found: skipping TL installation"
+  # Update the TL install but add nothing new
+  tlmgr update --self --all --no-auto-install
   exit 0
 fi
 



More information about the latex3-commits mailing list