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