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
|
# Install Latex
|
||||||
# sudo apt update
|
sudo apt update
|
||||||
# sudo apt install texlive-full -y
|
sudo apt install texlive-full -y
|
||||||
# echo -e "\nLatex installed!"
|
echo -e "\nLatex installed!"
|
||||||
|
|
||||||
if grep "Ubuntu" /proc/version > /dev/null;
|
if grep "Ubuntu" /proc/version > /dev/null;
|
||||||
then
|
then
|
||||||
|
|
Reference in a new issue