From 3e8220a93944ae98395b3ea19cdd28413841e06c Mon Sep 17 00:00:00 2001 From: Charles N Wyble Date: Thu, 12 Jun 2025 16:15:27 -0500 Subject: [PATCH] webmin setup uyrl changes --- newSrv.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/newSrv.sh b/newSrv.sh index 72fd9f6..85ed346 100644 --- a/newSrv.sh +++ b/newSrv.sh @@ -33,8 +33,9 @@ function global-configureAptRepos() echo "Now running $FUNCNAME...." -echo "deb http://download.webmin.com/download/repository sarge contrib" > /etc/apt/sources.list.d/webmin.list -curl --silent -q --insecure -s https://webmin.com/jcameron-key.asc | gpg --dearmor >/etc/apt/trusted.gpg.d/jcameron-key.gpg +curl https://raw.githubusercontent.com/webmin/webmin/master/webmin-setup-repo.sh > /tmp/webmin-setup.sh +sh /tmp/webmin-setup.sh -f && rm -f /tmp/webmin-setup.sh + echo "deb https://packages.cisofy.com/community/lynis/deb/ stable main" > /etc/apt/sources.list.d/cisofy-lynis.list curl --silent --insecure -s https://packages.cisofy.com/keys/cisofy-software-public.key | apt-key add - @@ -192,8 +193,7 @@ samba \ autofs \ adcli \ telnet \ -postfix \ -webmin +postfix curl --silent \ https://get.netdata.cloud/kickstart.sh > /tmp/netdata-kickstart.sh && sh /tmp/netdata-kickstart.sh --dont-wait