From 8676c6705d27c5e6246bb5d4b6732614f5672c98 Mon Sep 17 00:00:00 2001 From: 1024x2 Date: Wed, 14 Aug 2024 01:29:30 +0100 Subject: De-duplicate vextop script --- build.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 8f550c2..e5e848c 100755 --- a/build.sh +++ b/build.sh @@ -5,6 +5,12 @@ set -euo pipefail # Pull the patches repository git pull +# Emergency Alert System +if [ -e Alert ]; then + cat Alert >&2 + exit 1 +fi + # Do we have the Vencord sources cloned? if [ -e Vencord/.git ]; then # Update sources -- cgit v1.2.3