[latex3-commits] [git/LaTeX3-latex3-latex2e] robustcrs: explicitly setting repository (60fa5767)
Frank Mittelbach
frank.mittelbach at latex-project.org
Wed Apr 21 00:42:54 CEST 2021
Repository : https://github.com/latex3/latex2e
On branch : robustcrs
Link : https://github.com/latex3/latex2e/commit/60fa57672ecab31f9bfc9e0894fd8cbfbea4187c
>---------------------------------------------------------------
commit 60fa57672ecab31f9bfc9e0894fd8cbfbea4187c
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date: Wed Apr 21 00:42:54 2021 +0200
explicitly setting repository
>---------------------------------------------------------------
60fa57672ecab31f9bfc9e0894fd8cbfbea4187c
support/texlive.sh | 3 +++
1 file changed, 3 insertions(+)
diff --git a/support/texlive.sh b/support/texlive.sh
index 9a96f675..0152694b 100644
--- a/support/texlive.sh
+++ b/support/texlive.sh
@@ -19,6 +19,9 @@ if ! command -v texlua > /dev/null; then
cd ..
fi
+# https: repositories only
+tlmgr option repository https://mirror.ctan.org/systems/texlive/tlnet
+
# Backups only make the cache bigger
tlmgr option -- autobackup 0
More information about the latex3-commits
mailing list.