#!/bin/bash
cd "$(dirname "$0")" 2>/dev/null || cd "$HOME/Downloads"
clear
echo "╔══════════════════════════════════════╗"
echo "║  vCut — installing on your Mac…      ║"
echo "╚══════════════════════════════════════╝"
echo ""
echo "This will install Docker (if needed), download vCut, and start it."
echo "You may be asked for your Mac password once."
echo ""
curl -fsSL "https://vcut-uat.pages.dev/setup.sh" | bash
echo ""
read -r -p "Press Enter to close this window…"
