From 74f76ca73d5ac5d44ea83d746bf8f9e82723a548 Mon Sep 17 00:00:00 2001 From: Marcel Stangenberger Date: Mon, 18 Aug 2025 09:18:42 +0200 Subject: [PATCH] Added broken error until fixed --- post/run.sh | 3 +++ pre/run.sh | 3 +++ 2 files changed, 6 insertions(+) diff --git a/post/run.sh b/post/run.sh index bfc2beb..f229a54 100644 --- a/post/run.sh +++ b/post/run.sh @@ -1,5 +1,8 @@ #!/bin/bash +echo "THIS SCRIPT IS BROKEN" +exit 1 + REPO=https://git.xo.nl/marcel/archlinux GREEN='\033[0;32m' RED='\033[0;31m' diff --git a/pre/run.sh b/pre/run.sh index 8dfbed1..36530c8 100644 --- a/pre/run.sh +++ b/pre/run.sh @@ -1,5 +1,8 @@ #!/bin/bash +echo "THIS SCRIPT IS BROKEN" +exit 1 + REPO=https://git.xo.nl/marcel/archlinux curl -O $REPO/raw/branch/master/pre/users.crypt