diff --git a/README.md b/README.md index 836223c..ee77e8f 100644 --- a/README.md +++ b/README.md @@ -14,69 +14,69 @@ curl https://git.kennel.ml/Anri/confOS/raw/branch/main/wsl.sh -s | bash ``` ## Arch -
Procédure - -### Layout FR -```bash -loadkeys fr -``` -
-Connexion en WiFi - -### Récupération clé hashée -```bash -wpa_passhrase > /var/lib/iwd/.psk -``` - -### Ajout entête -```bash -echo -e "[Security]\nPreSharedKey=" >> /var/lib/iwd/.psk -``` - -### Modification fichier pour ne garder que l'entête -```bash -nano /var/lib/iwd/.psk -``` - -### Connexion au WiFi -```bash -iwctl station wlan0 connect -``` -
- -### Copié la configuration -> `run.sh` -```bash -curl -o run.sh -L lstu.fr/m_ai_r -``` - -> `user_configuration.json` -```bash -curl -o u.json -L lstu.fr/m_ai_c -``` - -> `user_disk_layout.json` -```bash -curl -o d.json -L lstu.fr/m_ai_d -``` - -### Lancé la configration -> Rendre le script exécutable -```bash -chmod +x run.sh -``` - -> Lancer le script -```bash -./run.sh -``` - -> Ne pas aller dans le `chroot` à la fin de l'installation et redémarrer la machine -```bash -reboot -``` +
Procédure + +> ### Layout FR +> ```bash +> loadkeys fr +> ``` +>
+> Connexion en WiFi +> +> > ### Récupération clé hashée +> > ```bash +> > wpa_passhrase > /var/lib/iwd/.psk +> > ``` +> > +> > ### Ajout entête +> > ```bash +> > echo -e "[Security]\nPreSharedKey=" >> /var/lib/iwd/.psk +> > ``` +> > +> > ### Modification fichier pour ne garder que l'entête +> > ```bash +> > nano /var/lib/iwd/.psk +> > ``` +> > +> > ### Connexion au WiFi +> > ```bash +> > iwctl station wlan0 connect +> > ``` +>
+> +> ### Copié la configuration +> > `run.sh` +> ```bash +> curl -o run.sh -L lstu.fr/m_ai_r +> ``` +> +> > `user_configuration.json` +> ```bash +> curl -o u.json -L lstu.fr/m_ai_c +> ``` +> +> > `user_disk_layout.json` +> ```bash +> curl -o d.json -L lstu.fr/m_ai_d +> ``` +> +> ### Lancé la configration +> > Rendre le script exécutable +> ```bash +> chmod +x run.sh +> ``` +> +> > Lancer le script +> ```bash +> ./run.sh +> ``` +> +> > Ne pas aller dans le `chroot` à la fin de l'installation et redémarrer la machine +> ```bash +> reboot +> ```
## [outdated] Manjaro