better style3
This commit is contained in:
parent
7e53daeeb2
commit
3c99cc5d77
1 changed files with 6 additions and 3 deletions
|
@ -45,16 +45,19 @@ iwctl station wlan0 connect <SSID>
|
||||||
```
|
```
|
||||||
|
|
||||||
### Copié la configuration
|
### Copié la configuration
|
||||||
|
> `run.sh`
|
||||||
```bash
|
```bash
|
||||||
curl -o run.sh -L https://lstu.fr/m_ai_r # run.sh
|
curl -o run.sh -L https://lstu.fr/m_ai_r
|
||||||
```
|
```
|
||||||
|
|
||||||
|
> `user_configuration.json`
|
||||||
```bash
|
```bash
|
||||||
curl -o u.json -L https://lstu.fr/m_ai_c # user_configuration.json
|
curl -o u.json -L https://lstu.fr/m_ai_c
|
||||||
```
|
```
|
||||||
|
|
||||||
|
> `user_disk_layout.json`
|
||||||
```bash
|
```bash
|
||||||
curl -o d.json -L https://lstu.fr/m_ai_d # user_disk_layout.json
|
curl -o d.json -L https://lstu.fr/m_ai_d
|
||||||
```
|
```
|
||||||
|
|
||||||
## [outdated] Manjaro
|
## [outdated] Manjaro
|
||||||
|
|
Loading…
Reference in a new issue