Install Webmin on Debian 12

apt update -y
apt install gnupg2 curl -y
cd /tmp
curl -o setup-repos.sh https://raw.githubusercontent.com/webmin/webmin/master/setup-repos.sh
sh setup-repos.sh

Setup Webmin releases repository? (Y/n) y

apt update -y
apt install webmin --install-recommends -y