This commit is contained in:
2025-12-27 01:29:59 +01:00
parent 592914ae37
commit 04fc0b546f

View File

@@ -5,6 +5,12 @@
set -e
# Check if running as root
if [ "$EUID" -ne 0 ]; then
echo "❌ Please run as root (use sudo ./deploy.sh)"
exit 1
fi
echo "🚀 Starting TestArena Deployment..."
# 1. Install System Dependencies