From 11345cd7dfeedfbdbb1fb325a32a429c47dae127 Mon Sep 17 00:00:00 2001 From: Marcel Stangenberger Date: Sun, 6 Apr 2025 12:15:21 +0000 Subject: [PATCH] fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ce0781..970271d 100644 --- a/README.md +++ b/README.md @@ -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. 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)" ```