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
> > Rendre le script exécutable
> Rendre le script exécutable
> ```bash
> chmod +x run.sh
> ```
>
> > Lancer le script
> Lancer le script
> ```bash
> ./run.sh
> ```
>
> > Aller dans le `chroot` à la fin pour finir l'installation
> Aller dans le `chroot` à la fin pour finir l'installation
> ```bash
> curl https://git.kennel.ml/Anri/confOS/raw/branch/main/arch.sh -s | bash
> ```