7 lines
180 B
Bash
7 lines
180 B
Bash
|
[ -z "$1" ] && echo 'usage: ./install <PROFILE>' && exit 1
|
||
|
|
||
|
archinstall \
|
||
|
--config user_configuration.json \
|
||
|
--disk-layout user_disk_layout.json \
|
||
|
--creds user_credentials.json
|