Mise-à-jour des liens 🌈

This commit is contained in:
Mylloon 2022-03-30 19:40:43 +02:00
parent d4f0721f4c
commit 2811f85d85
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -6,19 +6,19 @@ Nécessite [W10Privacy](https://www.w10privacy.de/english-home/)
## WSL
Commande pour lancer mon installation :
```bash
wget -q --show-progress https://git.kennel.ml/Anri/confOS/raw/branch/main/wsl.sh -O tmp.sh && bash tmp.sh; rm tmp.sh
curl https://git.kennel.ml/Anri/confOS/raw/branch/main/wsl.sh -s | bash
```
## Manjaro
Commande pour lancer mon installation :
```bash
wget -q --show-progress https://git.kennel.ml/Anri/confOS/raw/branch/main/manjaro.sh -O tmp.sh && bash tmp.sh; rm tmp.sh
curl https://git.kennel.ml/Anri/confOS/raw/branch/main/manjaro.sh -s | bash
```
## [outdated] Ubuntu
Commande pour lancer mon installation :
```bash
wget -q --show-progress https://git.kennel.ml/Anri/confOS/raw/branch/main/ubuntu.sh -O tmp.sh && bash tmp.sh; rm tmp.sh
curl https://git.kennel.ml/Anri/confOS/raw/branch/main/ubuntu.sh -s | bash
```
---