This repository has been archived on 2022-03-25. You can view files and clone it, but cannot push or open issues or pull requests.
manjaroConfiguration/WSL.sh
2021-11-11 23:12:58 +01:00

17 lines
No EOL
315 B
Bash

git clone https://git.kennel.ml/Anri/myLinuxConfiguration.git
cd myLinuxConfiguration
# Install Fish
bash installFish.sh
# Install gl4D
bash installgl4D.sh
# Install Latex
sudo apt update && sudo apt install texlive-full -y
# Install Java
bash installJava.sh
# Supprime le repo
cd ..
rm -rf myLinuxConfiguration