install Latex
This commit is contained in:
parent
3fd085bedc
commit
7f8aa04dac
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Reference in a new issue