Add scripts/matchbox_boostrap.sh

This commit is contained in:
2026-01-14 18:48:05 +00:00
parent 423d5c8f5f
commit 8d0038faa7

View File

@@ -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