Compare commits

...

2 commits

Author SHA1 Message Date
b7d9796763
move some manuels steps to the script 2022-06-04 11:06:17 +02:00
3798b0e7df
fix path 2022-06-04 10:57:45 +02:00
3 changed files with 4 additions and 11 deletions

View file

@ -4,7 +4,7 @@ disabledTrayIcon=true
drawColor=#ff0000 drawColor=#ff0000
drawThickness=3 drawThickness=3
historyConfirmationToDelete=false historyConfirmationToDelete=false
savePath=/home/anri/Pictures savePath=/home/anri/Images
savePathFixed=false savePathFixed=false
showDesktopNotification=false showDesktopNotification=false
showHelp=false showHelp=false

View file

@ -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 > 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 > ### Lancé la configration
> Rendre le script exécutable > Rendre le script exécutable
> ```bash > ```bash

View file

@ -1,3 +1,6 @@
#!/bin/sh #!/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 archinstall --config u.json --disk-layout d.json