remove https
This commit is contained in:
parent
56395010fd
commit
84a7532121
1 changed files with 3 additions and 3 deletions
|
@ -47,17 +47,17 @@ iwctl station wlan0 connect <SSID>
|
|||
### Copié la configuration
|
||||
> `run.sh`
|
||||
```bash
|
||||
curl -o run.sh -L https://lstu.fr/m_ai_r
|
||||
curl -o run.sh -L lstu.fr/m_ai_r
|
||||
```
|
||||
|
||||
> `user_configuration.json`
|
||||
```bash
|
||||
curl -o u.json -L https://lstu.fr/m_ai_c
|
||||
curl -o u.json -L lstu.fr/m_ai_c
|
||||
```
|
||||
|
||||
> `user_disk_layout.json`
|
||||
```bash
|
||||
curl -o d.json -L https://lstu.fr/m_ai_d
|
||||
curl -o d.json -L lstu.fr/m_ai_d
|
||||
```
|
||||
|
||||
## [outdated] Manjaro
|
||||
|
|
Loading…
Reference in a new issue