install Latex

This commit is contained in:
Mylloon 2021-12-28 16:33:25 +01:00
parent 3fd085bedc
commit 7f8aa04dac
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -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