From 3d0f8f746f3c5b285a4402741a306f31006ef99b Mon Sep 17 00:00:00 2001 From: Marcel Stangenberger Date: Mon, 21 Jul 2025 15:27:48 +0200 Subject: [PATCH] Fix URL --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0358918..98e4589 100644 --- a/README.md +++ b/README.md @@ -17,14 +17,14 @@ gpg --output user_credentials.json --decrypt user_credentials.crypt 1. Boot from Arch Linux iso 2. Run pre-install script ``` -bash -c "$(curl -fsSL https://git.xoservice.nl/marcel/archlinux/raw/master/pre/run.sh)" +bash -c "$(curl -fsSL https://git.xo.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)" +bash -c "$(curl -fsSL https://git.xo.nl/marcel/archlinux/raw/master/post/run.sh)" ``` all done. \ No newline at end of file