Use dedicated script for the LaTeX installation

This commit is contained in:
Mylloon 2021-12-28 16:29:30 +01:00
parent 0ee3efb8d2
commit 876de63dff
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 2 additions and 3 deletions

View file

@ -108,7 +108,7 @@ Mon guide à suivre lors d'une réinstallation d'Ubuntu
- Installe Latex - Installe Latex
```bash ```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) - Installe Java (Adoptium 17.0.1)

View file

@ -21,8 +21,7 @@ then
bash installgl4D.sh bash installgl4D.sh
# Install Latex # Install Latex
sudo apt install texlive-full -y bash installLatex.sh
echo -e "\nLatex installed! 🎉"
# Install Java # Install Java
bash installJava.sh bash installJava.sh