move all old things to the old folder

This commit is contained in:
Mylloon 2022-09-30 03:25:19 +02:00
parent 6cf9299e9e
commit 6a6a7f45ba
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
5 changed files with 3 additions and 3 deletions

View file

View file

@ -85,13 +85,13 @@ Avec [UAD](https://github.com/0x192/universal-android-debloater), ma liste d'app
## [**outdated**] Manjaro ## [**outdated**] Manjaro
Commande pour lancer mon installation : Commande pour lancer mon installation :
```bash ```bash
curl https://git.kennel.ml/Anri/confOS/raw/branch/main/manjaro.sh -s | bash curl https://git.kennel.ml/Anri/confOS/raw/branch/main/old/manjaro.sh -s | bash
``` ```
## [**outdated**] Ubuntu ## [**outdated**] Ubuntu
Commande pour lancer mon installation : Commande pour lancer mon installation :
```bash ```bash
curl https://git.kennel.ml/Anri/confOS/raw/branch/main/ubuntu.sh -s | bash curl https://git.kennel.ml/Anri/confOS/raw/branch/main/old/ubuntu.sh -s | bash
``` ```
## [**outdated**] WSL (Ubuntu) ## [**outdated**] WSL (Ubuntu)
@ -99,7 +99,7 @@ Commande pour lancer mon installation :
```bash ```bash
# Lors de l'installation il vous sera demandé de choisir # Lors de l'installation il vous sera demandé de choisir
# une configuration mail, choisir : "No configuration" # une configuration mail, choisir : "No configuration"
curl https://git.kennel.ml/Anri/confOS/raw/branch/main/wsl.sh -s | sudo bash curl https://git.kennel.ml/Anri/confOS/raw/branch/main/old/wsl.sh -s | sudo bash
``` ```
--- ---