From 6a6a7f45ba2da68d044a0ae8aa70a436a606bee8 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Fri, 30 Sep 2022 03:25:19 +0200 Subject: [PATCH] move all old things to the old folder --- ExplorerPatcher.reg => .old/ExplorerPatcher.reg | 0 manjaro.sh => .old/manjaro.sh | 0 ubuntu.sh => .old/ubuntu.sh | 0 wsl.sh => .old/wsl.sh | 0 README.md | 6 +++--- 5 files changed, 3 insertions(+), 3 deletions(-) rename ExplorerPatcher.reg => .old/ExplorerPatcher.reg (100%) rename manjaro.sh => .old/manjaro.sh (100%) rename ubuntu.sh => .old/ubuntu.sh (100%) rename wsl.sh => .old/wsl.sh (100%) diff --git a/ExplorerPatcher.reg b/.old/ExplorerPatcher.reg similarity index 100% rename from ExplorerPatcher.reg rename to .old/ExplorerPatcher.reg diff --git a/manjaro.sh b/.old/manjaro.sh similarity index 100% rename from manjaro.sh rename to .old/manjaro.sh diff --git a/ubuntu.sh b/.old/ubuntu.sh similarity index 100% rename from ubuntu.sh rename to .old/ubuntu.sh diff --git a/wsl.sh b/.old/wsl.sh similarity index 100% rename from wsl.sh rename to .old/wsl.sh diff --git a/README.md b/README.md index 1ec02b2..b8aa865 100644 --- a/README.md +++ b/README.md @@ -85,13 +85,13 @@ Avec [UAD](https://github.com/0x192/universal-android-debloater), ma liste d'app ## [**outdated**] Manjaro Commande pour lancer mon installation : ```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 Commande pour lancer mon installation : ```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) @@ -99,7 +99,7 @@ Commande pour lancer mon installation : ```bash # Lors de l'installation il vous sera demandé de choisir # 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 ``` ---