archinstall-profiles/install.sh

7 lines
180 B
Bash
Raw Normal View History

2022-10-21 11:16:42 -04:00
[ -z "$1" ] && echo 'usage: ./install <PROFILE>' && exit 1
archinstall \
--config user_configuration.json \
--disk-layout user_disk_layout.json \
--creds user_credentials.json