Add scripts/alpine_boostrap.sh

This commit is contained in:
2026-01-14 17:57:53 +00:00
parent 476b861c33
commit f63a2ad1e4

View File

@@ -0,0 +1,6 @@
#!/bin/bash
if [ "$EUID" -ne 0 ]; then
echo "Error: This script must be run as root" >&2
exit 1
fi