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
|
- 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)
|
||||||
|
|
|
@ -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
|
||||||
|
|
Reference in a new issue