4 lines
92 B
Bash
4 lines
92 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
archinstall --config user_configuration.json --disk-layout user_disk_layout.json
|