From d104115cb5092361750057b495dac2ad4410a396 Mon Sep 17 00:00:00 2001 From: Yihui Xie Date: Mon, 3 Aug 2020 14:21:01 -0500 Subject: [PATCH] try to fix rstudio/rticles#303: use the prebuilt version of TinyTeX, which includes more LaTeX packages, and hopefully makes it faster to compile all test documents in rticles on Travis --- tools/download-travis-linux.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/download-travis-linux.sh b/tools/download-travis-linux.sh index 664dfce08..941ce1e29 100755 --- a/tools/download-travis-linux.sh +++ b/tools/download-travis-linux.sh @@ -5,9 +5,9 @@ mkdir -p ~/bin [ ! -z $TINYTEX_FORCE_INSTALL ] && rm -rf ~/.TinyTeX if [ ! -d ~/.TinyTeX/bin ]; then - wget --progress=dot:giga https://travis-bin.yihui.org/tinytex.tar.gz - tar xzf tinytex.tar.gz -C ~/ - rm tinytex.tar.gz + wget --progress=dot:giga https://yihui.org/tinytex/TinyTeX.tar.gz + tar xzf TinyTeX.tar.gz -C ~/ + rm TinyTeX.tar.gz fi cd ~/.TinyTeX/bin/*/