diff --git a/Setup-Step1.sh b/Setup-Step1.sh index 8db3eb1..897fdcb 100644 --- a/Setup-Step1.sh +++ b/Setup-Step1.sh @@ -60,7 +60,9 @@ apt-key add jcameron-key.asc rm jcameron-key.asc echo "deb https://download.webmin.com/download/repository sarge contrib" > /etc/apt/sources.list.d/webmin.list apt-get update -apt-get install webmin -y +apt-get install webmin -y +sed -i 's/ssl=1/ssl=0/g' /etc/webmin/miniserv.conf +service webmin restart ##------------## # MySQL #