7 lines
242 B
Markdown
7 lines
242 B
Markdown
|
To install a profile:
|
||
|
```
|
||
|
git clone https://git.augustogunsch.com/augusto/archinstall-profiles
|
||
|
cd archinstall-profiles/<PROFILE>
|
||
|
archinstall --config user_credentials.json --disk-layout user_disk_layout.json --creds user_credentials.json
|
||
|
```
|