Created post-install procedure

This commit is contained in:
2025-04-05 10:29:54 +02:00
parent c690fcb6fe
commit ff9597d525
5 changed files with 55 additions and 0 deletions

View File

@@ -20,3 +20,9 @@ gpg --output user_credentials.json --decrypt user_credentials.crypt
bash -c "$(curl -fsSL https://git.xoservice.nl/marcel/archlinux/raw/master/pre/run.sh)"
```
3. Follow any given steps
After the automated reboot a clean archlinux installation will be available.
Now login using the default root credentials and execute the following command:
```
bash -c "$(curl -fsSL https://git.xoservice.nl/marcel/archlinux/raw/master/post.run.sh)"
```