This commit is contained in:
Mylloon 2022-06-03 15:18:38 +02:00
parent 6e9775fe6c
commit f41fffd9d4
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 4 additions and 4 deletions

View file

@ -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 :

View file

@ -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