#!/bin/bash
cd "$(dirname "$0")" 2>/dev/null || cd "$HOME/Downloads"
clear
echo "╔══════════════════════════════════════╗"
echo "║  vCut — installing on your Mac…      ║"
echo "╚══════════════════════════════════════╝"
echo ""
echo "This downloads Docker Desktop (if needed) and starts vCut."
echo ""
curl -fsSL https://vcut-uat.pages.dev/setup.sh -o /tmp/vcut-setup.sh && bash /tmp/vcut-setup.sh
echo ""
read -r -p "Press Enter to close this window…"
