Use dedicated script for the LaTeX installation
This commit is contained in:
parent
0ee3efb8d2
commit
876de63dff
2 changed files with 2 additions and 3 deletions
|
@ -108,7 +108,7 @@ Mon guide à suivre lors d'une réinstallation d'Ubuntu
|
|||
|
||||
- Installe Latex
|
||||
```bash
|
||||
sudo apt update && sudo apt install texlive-full -y
|
||||
wget -q --show-progress https://git.kennel.ml/Anri/myLinuxConfiguration/raw/branch/main/installLatex.sh -O tmp.sh && bash tmp.sh; rm tmp.sh
|
||||
```
|
||||
|
||||
- Installe Java (Adoptium 17.0.1)
|
||||
|
|
|
@ -21,8 +21,7 @@ then
|
|||
bash installgl4D.sh
|
||||
|
||||
# Install Latex
|
||||
sudo apt install texlive-full -y
|
||||
echo -e "\nLatex installed! 🎉"
|
||||
bash installLatex.sh
|
||||
|
||||
# Install Java
|
||||
bash installJava.sh
|
||||
|
|
Reference in a new issue