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 ##