@@ -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
The note is not visible to the blocked user.