* move all old script to a specific categorie
* rename wsl to ubuntuwsl
This commit is contained in:
parent
699041da96
commit
47d50c5bf1
2 changed files with 10 additions and 4 deletions
14
README.md
14
README.md
|
@ -86,25 +86,31 @@ d'applications est [uad_exported_selection.txt](./uad_exported_selection.txt).
|
|||
[Ici](https://git.kennel.ml/Anri/cat/wiki/Debloat-MIUI) un petit descriptif de
|
||||
quelques applications que je désactive qui sont mauvaise.
|
||||
|
||||
## [**outdated**] Manjaro
|
||||
|
||||
<details><summary><h2>Anciens scripts</h2></summary>
|
||||
|
||||
Ils restent là au cas où, mais attention ils ne sont **pas à jour**.
|
||||
|
||||
### Manjaro
|
||||
Commande pour lancer mon installation :
|
||||
```bash
|
||||
curl https://git.kennel.ml/Anri/confOS/raw/branch/main/old/manjaro.sh -s | bash
|
||||
```
|
||||
|
||||
## [**outdated**] Ubuntu
|
||||
### Ubuntu
|
||||
Commande pour lancer mon installation :
|
||||
```bash
|
||||
curl https://git.kennel.ml/Anri/confOS/raw/branch/main/old/ubuntu.sh -s | bash
|
||||
```
|
||||
|
||||
## [**outdated**] WSL (Ubuntu)
|
||||
### WSL (Ubuntu)
|
||||
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/old/wsl.sh -s | sudo bash
|
||||
curl https://git.kennel.ml/Anri/confOS/raw/branch/main/old/ubuntu_wsl.sh -s | sudo bash
|
||||
```
|
||||
</details>
|
||||
|
||||
---
|
||||
Détails concernant l'import/export de la clé GPG :
|
||||
|
|
Loading…
Reference in a new issue