From 6e9acf2c9a8061029839dfcf1d784432284b8a83 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 24 Nov 2017 23:01:29 -0600 Subject: [PATCH] Update webmin-install.sh --- webmin-install.sh | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/webmin-install.sh b/webmin-install.sh index 65f8fe2..6b5740c 100644 --- a/webmin-install.sh +++ b/webmin-install.sh @@ -18,13 +18,12 @@ elif type apt-get &>/dev/null; then apt-get -y install webmin elif type yum &>/dev/null; then - cat << EOF > /etc/yum.repos.d/google-chrome.repo -[google-chrome] -name=google-chrome - \$basearch -baseurl=http://dl.google.com/linux/chrome/rpm/stable/\$basearch + cat << EOF > /etc/yum.repos.d/webmin.repo +[Webmin] +name=Webmin Distribution Neutral +#baseurl=https://download.webmin.com/download/yum +mirrorlist=https://download.webmin.com/download/yum/mirrorlist enabled=1 -gpgcheck=1 -gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub EOF ## Fedora 27/26/25/24 ##