This commit is contained in:
Mylloon 2022-06-04 03:30:36 +02:00
parent f5acafde5d
commit 23524f9ef8
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -63,17 +63,17 @@ curl https://git.kennel.ml/Anri/confOS/raw/branch/main/wsl.sh -s | bash
> ``` > ```
> >
> ### Lancé la configration > ### Lancé la configration
> > Rendre le script exécutable > Rendre le script exécutable
> ```bash > ```bash
> chmod +x run.sh > chmod +x run.sh
> ``` > ```
> >
> > Lancer le script > Lancer le script
> ```bash > ```bash
> ./run.sh > ./run.sh
> ``` > ```
> >
> > Aller dans le `chroot` à la fin pour finir l'installation > Aller dans le `chroot` à la fin pour finir l'installation
> ```bash > ```bash
> curl https://git.kennel.ml/Anri/confOS/raw/branch/main/arch.sh -s | bash > curl https://git.kennel.ml/Anri/confOS/raw/branch/main/arch.sh -s | bash
> ``` > ```