Add steps to install Arch
This commit is contained in:
parent
4666e8d340
commit
6e9775fe6c
1 changed files with 27 additions and 1 deletions
28
README.md
28
README.md
|
@ -13,7 +13,33 @@ Commande pour lancer mon installation :
|
|||
curl https://git.kennel.ml/Anri/confOS/raw/branch/main/wsl.sh -s | bash
|
||||
```
|
||||
|
||||
## Manjaro
|
||||
## Arch
|
||||
### Layout FR
|
||||
`loadkeys fr`
|
||||
|
||||
### Mot de passe "`tour`"
|
||||
`echo "root:toor" | chpasswd`
|
||||
|
||||
### Récupération clé hashée
|
||||
`wpa_passhrase <SSID> <clé WIFI> /var/lib/iwd/<SSID>.psk`
|
||||
|
||||
### Ajout entête
|
||||
`echo -e "[Security]\nPreSharedKey=" >> /var/lib/iwd/<SSID>.psk`
|
||||
|
||||
### Modification fichier pour ne garder que l'entête
|
||||
`nano /var/lib/iwd/<SSID>.psk`
|
||||
|
||||
### Connexion au WiFi
|
||||
`iwctl station wlan0 connect <SSID>`
|
||||
|
||||
### Copié la configuration
|
||||
`curl -O https://lstu.fr/m_ai_r` run.sh
|
||||
|
||||
`curl -O https://lstu.fr/m_ai_c` user_configuration.json
|
||||
|
||||
`curl -O https://lstu.fr/m_ai_d` user_disk_layout.json
|
||||
|
||||
## [outdated] Manjaro
|
||||
Commande pour lancer mon installation :
|
||||
```bash
|
||||
curl https://git.kennel.ml/Anri/confOS/raw/branch/main/manjaro.sh -s | bash
|
||||
|
|
Loading…
Reference in a new issue