From 7f8aa04dac26182991d6da65a8043b2797e4b2c4 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Tue, 28 Dec 2021 16:33:25 +0100 Subject: [PATCH] install Latex --- installLatex.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/installLatex.sh b/installLatex.sh index c4d4d13..44c0acb 100644 --- a/installLatex.sh +++ b/installLatex.sh @@ -1,7 +1,7 @@ # Install Latex -# sudo apt update -# sudo apt install texlive-full -y -# echo -e "\nLatex installed!" +sudo apt update +sudo apt install texlive-full -y +echo -e "\nLatex installed!" if grep "Ubuntu" /proc/version > /dev/null; then