move some manuels steps to the script
This commit is contained in:
parent
3798b0e7df
commit
b7d9796763
2 changed files with 3 additions and 10 deletions
10
README.md
10
README.md
|
@ -52,16 +52,6 @@ curl https://git.kennel.ml/Anri/confOS/raw/branch/main/wsl.sh -s | bash
|
|||
> curl -o run.sh -L lstu.fr/m_ai_r
|
||||
> ```
|
||||
>
|
||||
> [`user_configuration.json`](archinstall/user_configuration.json)
|
||||
> ```bash
|
||||
> curl -o u.json -L lstu.fr/m_ai_c
|
||||
> ```
|
||||
>
|
||||
> [`user_disk_layout.json`](archinstall/user_disk_layout.json)
|
||||
> ```bash
|
||||
> curl -o d.json -L lstu.fr/m_ai_d
|
||||
> ```
|
||||
>
|
||||
> ### Lancé la configration
|
||||
> Rendre le script exécutable
|
||||
> ```bash
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
curl -O https://git.kennel.ml/Anri/confOS/raw/branch/main/archinstall/user_configuration.json
|
||||
curl -O https://git.kennel.ml/Anri/confOS/raw/branch/main/archinstall/user_disk_layout.json
|
||||
|
||||
archinstall --config u.json --disk-layout d.json
|
||||
|
|
Loading…
Reference in a new issue