From 92c82f0e1048edefd874047dd9e016da74eeeb6d Mon Sep 17 00:00:00 2001 From: Mylloon Date: Fri, 3 Jun 2022 15:20:58 +0200 Subject: [PATCH] better style --- README.md | 34 +++++++++++++++++++++++++--------- 1 file changed, 25 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 70c8cd3..3147dca 100644 --- a/README.md +++ b/README.md @@ -15,29 +15,45 @@ curl https://git.kennel.ml/Anri/confOS/raw/branch/main/wsl.sh -s | bash ## Arch ### Layout FR -`loadkeys fr` +```loadkeys fr``` ### Mot de passe "`tour`" -`echo "root:toor" | chpasswd` +```bash +echo "root:toor" | chpasswd +``` ### Récupération clé hashée -`wpa_passhrase /var/lib/iwd/.psk` +```bash +wpa_passhrase /var/lib/iwd/.psk +``` ### Ajout entête -`echo -e "[Security]\nPreSharedKey=" >> /var/lib/iwd/.psk` +```bash +echo -e "[Security]\nPreSharedKey=" >> /var/lib/iwd/.psk +``` ### Modification fichier pour ne garder que l'entête -`nano /var/lib/iwd/.psk` +```bash +nano /var/lib/iwd/.psk +``` ### Connexion au WiFi -`iwctl station wlan0 connect ` +```bash +iwctl station wlan0 connect +``` ### Copié la configuration -`curl -o run.sh -L https://lstu.fr/m_ai_r` run.sh +```bash +curl -o run.sh -L https://lstu.fr/m_ai_r # run.sh +``` -`curl -o u.json -L https://lstu.fr/m_ai_c` user_configuration.json +```bash +curl -o u.json -L https://lstu.fr/m_ai_c # user_configuration.json +``` -`curl -o d.json -L https://lstu.fr/m_ai_d` user_disk_layout.json +```bash +curl -o d.json -L https://lstu.fr/m_ai_d # user_disk_layout.json +``` ## [outdated] Manjaro Commande pour lancer mon installation :