fixed typo

This commit is contained in:
Marcel Stangenberger 2025-04-06 12:15:21 +00:00
parent c9eba77eda
commit 11345cd7df

View File

@ -24,5 +24,5 @@ bash -c "$(curl -fsSL https://git.xoservice.nl/marcel/archlinux/raw/master/pre/r
After the automated reboot a clean archlinux installation will be available. After the automated reboot a clean archlinux installation will be available.
Now login using the default root credentials and execute the following command: 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)" bash -c "$(curl -fsSL https://git.xoservice.nl/marcel/archlinux/raw/master/post/run.sh)"
``` ```