We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6953772 commit 58ae7f8Copy full SHA for 58ae7f8
1 file changed
ci/install_texlive.sh
@@ -5,15 +5,15 @@
5
set -ex
6
7
# Download the TeX Live installer
8
-wget https://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz
+wget https://mirrors.mit.edu/CTAN/systems/texlive/tlnet/install-tl-unx.tar.gz
9
10
# Extract
11
tar xzf install-tl-unx.tar.gz
12
rm install-tl-unx.tar.gz
13
cd install-tl-*
14
15
# Run the installer with no docs or source installation
16
-./install-tl --no-interaction --no-doc-install --no-src-install --scheme=minimal --repository https://mirror.ctan.org/systems/texlive/tlnet
+./install-tl --no-interaction --no-doc-install --no-src-install --scheme=minimal --repository https://mirrors.mit.edu/CTAN/systems/texlive/tlnet
17
18
# Export the texlive PATH to GITHUB_PATH
19
TEXLIVE_PATH=$(echo /usr/local/texlive/*/bin/x86_64-linux)
0 commit comments