From 8c908d76a27f8a65683cb3a0bc94888b71dceb77 Mon Sep 17 00:00:00 2001 From: Taylor Bockman Date: Tue, 21 Jun 2016 18:21:45 -0700 Subject: [PATCH] Add TeX Live to ubuntu installer --- ubuntu/installer.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ubuntu/installer.sh b/ubuntu/installer.sh index da4aaed..8c424b7 100644 --- a/ubuntu/installer.sh +++ b/ubuntu/installer.sh @@ -119,6 +119,7 @@ sudo apt-get -qq -y install xdotool sudo apt-get -qq -y install cmake sudo apt-get -qq -y install gsimplecal sudo apt-get -qq -y install xclip +sudo apt-get -qq -y install texlive-full # Comms echo "Installing comms..."