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

17 lines
315 B
Bash
Raw Normal View History

2021-11-11 23:02:44 +01:00
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
2021-11-11 23:12:58 +01:00
# Supprime le repo
cd ..
rm -rf myLinuxConfiguration