2022-06-03 15:12:17 +02:00
|
|
|
#!/bin/sh
|
|
|
|
|
2023-11-05 16:57:47 +01:00
|
|
|
curl -O https://git.mylloon.fr/Anri/confOS/raw/branch/main/archinstall/user_configuration.json
|
|
|
|
curl -O https://git.mylloon.fr/Anri/confOS/raw/branch/main/archinstall/user_disk_layout.json
|
2022-06-04 11:06:17 +02:00
|
|
|
|
2022-06-05 01:56:05 +02:00
|
|
|
archinstall --config user_configuration.json --disk-layout user_disk_layout.json
|