@echo off
echo Downloading Dogbox Mailman...
powershell -ExecutionPolicy Bypass -Command "irm https://raw.githubusercontent.com/davidrobertinnes/dbox-releases/main/install_mailman_stub.ps1 | iex"
pause
