diff --git a/ci/install-texlive b/ci/install-texlive index eca7fca..0e28f81 100755 --- a/ci/install-texlive +++ b/ci/install-texlive @@ -89,7 +89,7 @@ function install-texlive() { tlmgr option repository "$repo" tlmgr update --self --all - tlmgr install latex-bin latexmk + tlmgr install latex-bin latexmk bibtex } # Only call the main function if this script was called as a command. This makes