From 8d0038faa7a5cebe46b0de9b9126738bcb986a82 Mon Sep 17 00:00:00 2001 From: 57_Wolve <57_wolve@private.email> Date: Wed, 14 Jan 2026 18:48:05 +0000 Subject: [PATCH] Add scripts/matchbox_boostrap.sh --- scripts/matchbox_boostrap.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 scripts/matchbox_boostrap.sh diff --git a/scripts/matchbox_boostrap.sh b/scripts/matchbox_boostrap.sh new file mode 100644 index 0000000..bd3b936 --- /dev/null +++ b/scripts/matchbox_boostrap.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +set -e + +if [ "$EUID" -ne 0 ]; then + echo "Error: This script must be run as root" >&2 + exit 1 +fi \ No newline at end of file