From 1be3292464a6d3df19b463dc46f0020af5872a2d Mon Sep 17 00:00:00 2001 From: Correl Roush Date: Mon, 13 Aug 2018 22:11:18 -0400 Subject: [PATCH] [provisioning] Update tex install in linux --- recipes/tex | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes/tex b/recipes/tex index ba17fdb..35b1417 100644 --- a/recipes/tex +++ b/recipes/tex @@ -9,7 +9,10 @@ case "$(uname -s)" in ;; *) _recipe _apt + _ppa jonathonf/texlive _apt texlive-full + # xzdec is required by tlmgr + _apt xzdec esac tlmgr init-usertree 2>/dev/null || true