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
|
### Copié la configuration
|
||||||
> `run.sh`
|
> `run.sh`
|
||||||
```bash
|
```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`
|
> `user_configuration.json`
|
||||||
```bash
|
```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`
|
> `user_disk_layout.json`
|
||||||
```bash
|
```bash
|
||||||
curl -o d.json -L https://lstu.fr/m_ai_d
|
curl -o d.json -L lstu.fr/m_ai_d
|
||||||
```
|
```
|
||||||
|
|
||||||
## [outdated] Manjaro
|
## [outdated] Manjaro
|
||||||
|
|
Loading…
Reference in a new issue