Compare commits

..

No commits in common. "b7d979676354cc0857e3618911b5ba6f21034df0" and "997af4e29bcd0faa0cba2c227a7925fc0c78934f" have entirely different histories.

3 changed files with 11 additions and 4 deletions

View file

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

View file

@ -52,6 +52,16 @@ 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

View file

@ -1,6 +1,3 @@
#!/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