Debian and Ubuntu Webmin one line install

sudo su; echo "deb http://download.webmin.com/download/repository sarge contrib" >> /etc/apt/sources.list && cd /root && wget http://www.webmin.com/jcameron-key.asc && apt-key add jcameron-key.asc && apt update && apt install webmin -y