fix curl
This commit is contained in:
parent
6e9775fe6c
commit
f41fffd9d4
2 changed files with 4 additions and 4 deletions
|
@ -33,11 +33,11 @@ curl https://git.kennel.ml/Anri/confOS/raw/branch/main/wsl.sh -s | bash
|
|||
`iwctl station wlan0 connect <SSID>`
|
||||
|
||||
### Copié la configuration
|
||||
`curl -O https://lstu.fr/m_ai_r` run.sh
|
||||
`curl -o run.sh -L https://lstu.fr/m_ai_r` run.sh
|
||||
|
||||
`curl -O https://lstu.fr/m_ai_c` user_configuration.json
|
||||
`curl -o u.json -L https://lstu.fr/m_ai_c` user_configuration.json
|
||||
|
||||
`curl -O https://lstu.fr/m_ai_d` user_disk_layout.json
|
||||
`curl -o d.json -L https://lstu.fr/m_ai_d` user_disk_layout.json
|
||||
|
||||
## [outdated] Manjaro
|
||||
Commande pour lancer mon installation :
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
archinstall --config user_configuration.json --disk-layout user_disk_layout.json
|
||||
archinstall --config u.json --disk-layout d.json
|
||||
|
|
Loading…
Reference in a new issue